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