Uses of Class
jakarta.transaction.Transactional.TxType
-
Packages that use Transactional.TxType Package Description jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server. -
-
Uses of Transactional.TxType in jakarta.transaction
Methods in jakarta.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.
-