Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
-
Packages that use PersistenceUnitTransactionType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PersistenceUnitTransactionType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitTransactionType Modifier and Type Field Description protected PersistenceUnitTransactionType
Persistence.PersistenceUnit. transactionType
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitTransactionType Modifier and Type Method Description static PersistenceUnitTransactionType
PersistenceUnitTransactionType. fromValue(java.lang.String v)
PersistenceUnitTransactionType
Persistence.PersistenceUnit. getTransactionType()
Gets the value of the transactionType property.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 org.hibernate.jpamodelgen.xml.jaxb with parameters of type PersistenceUnitTransactionType Modifier and Type Method Description void
Persistence.PersistenceUnit. setTransactionType(PersistenceUnitTransactionType value)
Sets the value of the transactionType property.
-