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