| Package | Description |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceUnitTransactionType |
Persistence.PersistenceUnit.transactionType |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Persistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value)
Sets the value of the transactionType property.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.