Uses of Enum Class
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitTransactionType
Packages that use PersistenceUnitTransactionType
-
Uses of PersistenceUnitTransactionType in io.helidon.integrations.cdi.jpa.jaxb
Fields in io.helidon.integrations.cdi.jpa.jaxb declared as PersistenceUnitTransactionTypeModifier and TypeFieldDescriptionprotected PersistenceUnitTransactionTypePersistence.PersistenceUnit.transactionTypeType of transactions used by EntityManagers from this persistence unit.Methods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitTransactionTypeModifier and TypeMethodDescriptionPersistence.PersistenceUnit.getTransactionType()Type of transactions used by EntityManagers from this persistence unit.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.Methods in io.helidon.integrations.cdi.jpa.jaxb with parameters of type PersistenceUnitTransactionTypeModifier and TypeMethodDescriptionvoidPersistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value) Sets the value of the transactionType property.