Uses of Class
javax.resource.spi.TransactionSupport.TransactionSupportLevel
-
Packages that use TransactionSupport.TransactionSupportLevel Package Description javax.resource The javax.resource package is the top-level package for the Java EE Connector API specification.javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification. -
-
Uses of TransactionSupport.TransactionSupportLevel in javax.resource
Methods in javax.resource that return TransactionSupport.TransactionSupportLevel Modifier and Type Method Description TransactionSupport.TransactionSupportLeveltransactionSupport()The level of transaction support the connection factory resource needs to support. -
Uses of TransactionSupport.TransactionSupportLevel in javax.resource.spi
Methods in javax.resource.spi that return TransactionSupport.TransactionSupportLevel Modifier and Type Method Description TransactionSupport.TransactionSupportLevelTransactionSupport. getTransactionSupport()Get the level of transaction support, supported by theManagedConnectionFactory.TransactionSupport.TransactionSupportLeveltransactionSupport()Specifies the level of transaction support provided by the resource adapter.static TransactionSupport.TransactionSupportLevelTransactionSupport.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.
-