|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitTransactionType | |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Uses of PersistenceUnitTransactionType in org.hibernate.jpamodelgen.xml.jaxb |
---|
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitTransactionType | |
---|---|
protected PersistenceUnitTransactionType |
Persistence.PersistenceUnit.transactionType
|
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitTransactionType | |
---|---|
static PersistenceUnitTransactionType |
PersistenceUnitTransactionType.fromValue(String v)
|
PersistenceUnitTransactionType |
Persistence.PersistenceUnit.getTransactionType()
Gets the value of the transactionType property. |
static PersistenceUnitTransactionType |
PersistenceUnitTransactionType.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.jpamodelgen.xml.jaxb with parameters of type PersistenceUnitTransactionType | |
---|---|
void |
Persistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value)
Sets the value of the transactionType property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |