Uses of Enum Class
javax.resource.spi.TransactionSupport.TransactionSupportLevel
Packages that use TransactionSupport.TransactionSupportLevel
Package
Description
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.spi
Methods in javax.resource.spi that return TransactionSupport.TransactionSupportLevelModifier and TypeMethodDescriptionTransactionSupport.getTransactionSupport()Get the level of transaction support, supported by theManagedConnectionFactory.Returns the enum constant of this class with the specified name.TransactionSupport.TransactionSupportLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.