Uses of Enum
jakarta.persistence.spi.PersistenceUnitTransactionType
Packages that use PersistenceUnitTransactionType
-
Uses of PersistenceUnitTransactionType in jakarta.persistence.spi
Subclasses with type arguments of type PersistenceUnitTransactionType in jakarta.persistence.spiModifier and TypeClassDescriptionenumDeprecated, for removal: This API element is subject to removal in a future version.Methods in jakarta.persistence.spi that return PersistenceUnitTransactionTypeModifier and TypeMethodDescriptionPersistenceUnitInfo.getTransactionType()Returns the transaction type of the entity managers created by theEntityManagerFactory.Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static PersistenceUnitTransactionType[]PersistenceUnitTransactionType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
PersistenceUnitTransactionType