Uses of Enum
org.datanucleus.metadata.TransactionType
Packages that use TransactionType
Package
Description
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 TransactionTypeModifier and TypeFieldDescription(package private) TransactionType
PersistenceUnitMetaData.transactionType
Transaction type for this persistence unit.Methods in org.datanucleus.metadata that return TransactionTypeModifier and TypeMethodDescriptionPersistenceUnitMetaData.getTransactionType()
static TransactionType
Return Sequence strategy from String.static TransactionType
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.