Uses of Enum Class
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 class with the specified name.static PersistenceUnitTransactionType[]PersistenceUnitTransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.