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
Methods in org.datanucleus.metadata that return TransactionType Modifier and Type Method Description TransactionTypePersistenceUnitMetaData. getTransactionType()static TransactionTypeTransactionType. getValue(String value)Return Sequence strategy from String.static TransactionTypeTransactionType. valueOf(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.
-