Uses of Enum
javax.transaction.Transactional.TxType
-
Uses of Transactional.TxType in javax.transaction
Subclasses with type arguments of type Transactional.TxType in javax.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 javax.transaction that return Transactional.TxTypeModifier and TypeMethodDescriptionstatic Transactional.TxTypeReturns the enum constant of this type with the specified name.static Transactional.TxType[]Transactional.TxType.values()Returns an array containing the constants of this enum type, in the order they are declared.