Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static PersistenceUnitTransactionType |
PersistenceUnitTransactionType.getFromStringValue(String value) |
PersistenceUnitTransactionType |
PersistenceUnit.getTransactionType()
Returns the
transaction-type attribute |
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 |
---|---|
PersistenceUnit<T> |
PersistenceUnit.transactionType(PersistenceUnitTransactionType transactionType)
Sets the
transaction-type attribute |
Copyright © 2024 JBoss by Red Hat. All rights reserved.