| Package | Description |
|---|---|
| io.helidon.integrations.cdi.jpa.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 © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.