Uses of Class
jakarta.persistence.spi.PersistenceUnitTransactionType
-
Packages that use PersistenceUnitTransactionType Package Description jakarta.persistence.spi SPI for Jakarta Persistence providers -
-
Uses of PersistenceUnitTransactionType in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return PersistenceUnitTransactionType Modifier and Type Method Description PersistenceUnitTransactionType
PersistenceUnitInfo. getTransactionType()
Returns the transaction type of the entity managers created by theEntityManagerFactory
.static PersistenceUnitTransactionType
PersistenceUnitTransactionType. valueOf(String name)
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.
-