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) TransactionTypePersistenceUnitMetaData. transactionTypeTransaction type for this persistence unit.Methods in org.datanucleus.metadata that return TransactionType Modifier and Type Method Description TransactionTypePersistenceUnitMetaData. getTransactionType()static TransactionTypeTransactionType. getValue(java.lang.String value)Return Sequence strategy from String.static TransactionTypeTransactionType. 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.
-