Uses of Enum Class
jakarta.transaction.Transactional.TxType
Package
Description
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
Modifier and TypeMethodDescriptionstatic Transactional.TxType
Returns 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.