Uses of Class
jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
Packages that use TransactionSupport.TransactionSupportLevel Package Description jakarta.resource The jakarta.resource package is the top-level package for the Jakarta™ Connectors specification.jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification. -
-
Uses of TransactionSupport.TransactionSupportLevel in jakarta.resource
Methods in jakarta.resource that return TransactionSupport.TransactionSupportLevel Modifier and Type Method Description TransactionSupport.TransactionSupportLevel
transactionSupport()
The level of transaction support the connection factory resource needs to support. -
Uses of TransactionSupport.TransactionSupportLevel in jakarta.resource.spi
Methods in jakarta.resource.spi that return TransactionSupport.TransactionSupportLevel Modifier and Type Method Description TransactionSupport.TransactionSupportLevel
TransactionSupport. getTransactionSupport()
Get the level of transaction support, supported by theManagedConnectionFactory
.TransactionSupport.TransactionSupportLevel
transactionSupport()
Specifies the level of transaction support provided by the resource adapter.static TransactionSupport.TransactionSupportLevel
TransactionSupport.TransactionSupportLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionSupport.TransactionSupportLevel[]
TransactionSupport.TransactionSupportLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-