Uses of Class
org.datanucleus.metadata.TransactionType
-
Packages that use TransactionType Package Description org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. -
-
Uses of TransactionType in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as TransactionType Modifier and Type Field Description (package private) TransactionType
PersistenceUnitMetaData. transactionType
Transaction type for this persistence unit.Methods in org.datanucleus.metadata that return TransactionType Modifier and Type Method Description TransactionType
PersistenceUnitMetaData. getTransactionType()
static TransactionType
TransactionType. getValue(java.lang.String value)
Return Sequence strategy from String.static TransactionType
TransactionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransactionType[]
TransactionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-