Uses of Enum
javax.persistence.spi.PersistenceUnitTransactionType
Packages that use PersistenceUnitTransactionType
-
Uses of PersistenceUnitTransactionType in javax.persistence.spi
Methods in javax.persistence.spi that return PersistenceUnitTransactionTypeModifier and TypeMethodDescriptionPersistenceUnitInfo.getTransactionType()
Returns the transaction type of the entity managers created by theEntityManagerFactory
.Returns the enum constant of this type with the specified name.static PersistenceUnitTransactionType[]
PersistenceUnitTransactionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.