Uses of Class
javax.transaction.Transactional.TxType
-
-
Uses of Transactional.TxType in javax.transaction
Methods in javax.transaction that return Transactional.TxType Modifier and Type Method Description Transactional.TxType
value()
The TxType element of the Transactional annotation indicates whether a bean method is to be executed within a transaction context.static Transactional.TxType
Transactional.TxType. valueOf(String name)
Returns 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.
-