Uses of Enum Class
jakarta.transaction.Transactional.TxType
-
Uses of Transactional.TxType in jakarta.transaction
Subclasses with type arguments of type Transactional.TxType in jakarta.transactionModifier and TypeClassDescriptionstatic enumThe TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.Methods in jakarta.transaction that return Transactional.TxTypeModifier and TypeMethodDescriptionstatic Transactional.TxTypeReturns the enum constant of this class with the specified name.static Transactional.TxType[]Transactional.TxType.values()Returns an array containing the constants of this enum class, in the order they are declared.