Uses of Class
jakarta.persistence.PersistenceUnitTransactionType
-
Packages that use PersistenceUnitTransactionType Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of PersistenceUnitTransactionType in jakarta.persistence
Fields in jakarta.persistence declared as PersistenceUnitTransactionType Modifier and Type Field Description private PersistenceUnitTransactionType
PersistenceConfiguration. transactionType
Methods in jakarta.persistence that return PersistenceUnitTransactionType Modifier and Type Method Description PersistenceUnitTransactionType
EntityManagerFactory. getTransactionType()
The type of transaction management used by this persistence unit, either resource-local transaction management, or JTA.PersistenceUnitTransactionType
PersistenceConfiguration. transactionType()
The transaction type.static PersistenceUnitTransactionType
PersistenceUnitTransactionType. valueOf(java.lang.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.Methods in jakarta.persistence with parameters of type PersistenceUnitTransactionType Modifier and Type Method Description PersistenceConfiguration
PersistenceConfiguration. transactionType(PersistenceUnitTransactionType transactionType)
Specify the transaction type for the persistence unit.
-