Package javax.jdo
Interface Constants
-
- All Known Implementing Classes:
JDOHelper
public interface ConstantsConstant values used in JDO.- Since:
- 2.1
- Version:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAMEThe name of the anonymous PersistenceManagerFactory, which is the empty string.static StringELEMENT_INSTANCE_LIFECYCLE_LISTENERThe name of the instance lifecycle listener element in the JDO configuration file.static StringELEMENT_PERSISTENCE_MANAGER_FACTORYThe name of the persistence manager factory element in the JDO configuration file.static StringELEMENT_PROPERTYThe name of the persistence manager factory property elements in the JDO configuration file.static intENHANCER_EXCEPTIONExit value for an exception from the JDOEnhancerstatic intENHANCER_NO_JDO_ENHANCER_FOUNDExit value for no enhancer foundstatic intENHANCER_USAGE_ERRORExit value for usage errorstatic StringINSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSESThe name of the instance lifecycle listener element's "classes" attribute.static StringINSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENERThe name of the instance lifecycle listener element's "listener" attribute.static StringJAVAX_JDOThe JDO standard package name.static StringJAVAX_JDO_PREFIXThe JDO standard property string and option string prefix.static StringJDO_DTD_RESOURCEThe name of the resource for the DTD of the standard JDO metadata file.static StringJDO_XSD_NSThe standard JDO metadata schema namespace.static StringJDO_XSD_RESOURCEThe name of the resource for the XML schema of the standard JDO metadata file.static StringJDOCONFIG_DTD_RESOURCEThe name of the resource for the DTD of the standard JDO configuration file.static StringJDOCONFIG_RESOURCE_NAMEThe name of the standard JDO configuration resource file(s).static StringJDOCONFIG_XSD_NSThe standard JDO configuration schema namespace.static StringJDOCONFIG_XSD_RESOURCEThe name of the resource for the XML schema of the standard JDO configuration file.static StringJDOQUERY_DTD_RESOURCEThe name of the resource for the DTD of the standard JDO query metadata file.static StringJDOQUERY_XSD_NSThe standard JDO query schema namespace.static StringJDOQUERY_XSD_RESOURCEThe name of the resource for the XML schema of the standard JDO query metadata file.static StringJTAThe value for TransactionType to specify that transactions are managed by the Java Transactions API, as documented in JSR-220.static StringNONCONFIGURABLE_PROPERTY_VENDOR_NAMENonconfigurable property constant "VendorName"static StringNONCONFIGURABLE_PROPERTY_VERSION_NUMBERNonconfigurable property constant "VersionNumber"static StringOPTION_APPLICATION_IDENTITY"javax.jdo.option.ApplicationIdentity"static StringOPTION_ARRAY"javax.jdo.option.Array"static StringOPTION_ARRAYLIST"javax.jdo.option.ArrayList"static StringOPTION_BINARY_COMPATIBILITY"javax.jdo.option.BinaryCompatibility"static StringOPTION_CHANGE_APPLICATION_IDENTITY"javax.jdo.option.ChangeApplicationIdentity"static StringOPTION_DATASTORE_IDENTITY"javax.jdo.option.DatastoreIdentity"static StringOPTION_DATASTORE_TIMEOUT"javax.jdo.option.DatastoreTimeout"static StringOPTION_GET_DATASTORE_CONNECTION"javax.jdo.option.GetDataStoreConnection"static StringOPTION_GET_JDBC_CONNECTION"javax.jdo.option.GetJDBCConnection"static StringOPTION_LINKEDLIST"javax.jdo.option.LinkedList"static StringOPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE"javax.jdo.option.mapping.HeterogeneousInterfaceType"static StringOPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE"javax.jdo.option.mapping.HeterogeneousObjectType"static StringOPTION_MAPPING_JOINED_TABLE_PER_CLASS"javax.jdo.option.mapping.JoinedTablePerClass"static StringOPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS"javax.jdo.option.mapping.JoinedTablePerConcreteClass"static StringOPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS"javax.jdo.option.mapping.NonJoinedTablePerConcreteClass"static StringOPTION_MAPPING_RELATION_SUBCLASS_TABLE"javax.jdo.option.mapping.RelationSubclassTable"static StringOPTION_NONDURABLE_IDENTITY"javax.jdo.option.NonDurableIdentity"static StringOPTION_NONTRANSACTIONAL_READ"javax.jdo.option.NontransactionalRead"static StringOPTION_NONTRANSACTIONAL_WRITE"javax.jdo.option.NontransactionalWrite"static StringOPTION_NULL_COLLECTION"javax.jdo.option.NullCollection"static StringOPTION_OPTIMISTIC"javax.jdo.option.Optimistic"static StringOPTION_PREDIRTY_EVENT"javax.jdo.option.PreDirtyEvent"static StringOPTION_QUERY_CANCEL"javax.jdo.option.QueryCancel"static StringOPTION_QUERY_JDOQL_BITWISE_OPERATIONS"javax.jdo.query.JDOQL.BitwiseOperations"static StringOPTION_QUERY_SQL"javax.jdo.query.SQL"static StringOPTION_RETAIN_VALUES"javax.jdo.option.RetainValues"static StringOPTION_TRANSACTIONAL_TRANSIENT"javax.jdo.option.TransientTransactional"static StringOPTION_TREEMAP"javax.jdo.option.TreeMap"static StringOPTION_TREESET"javax.jdo.option.TreeSet"static StringOPTION_UNCONSTRAINED_QUERY_VARIABLES"javax.jdo.query.JDOQL.UnconstrainedQueryVariables"static StringOPTION_VECTOR"javax.jdo.option.Vector"static StringOPTION_VERSION_DATETIME"javax.jdo.option.version.DateTime"static StringOPTION_VERSION_STATE_IMAGE"javax.jdo.option.version.StateImage"static StringORM_DTD_RESOURCEThe name of the resource for the DTD of the standard JDO object-relational mapping metadata file.static StringORM_XSD_NSThe standard JDO object-repository mapping schema namespace.static StringORM_XSD_RESOURCEThe name of the resource for the XML schema of the standard JDO object-relational mapping metadata file.static StringPMF_ATTRIBUTE_CLASSThe name of the persistence manager factory element's "class" attribute.static StringPMF_ATTRIBUTE_CONNECTION_DRIVER_NAMEThe name of the persistence manager factory element's "connection-driver-name" attribute.static StringPMF_ATTRIBUTE_CONNECTION_FACTORY_NAMEThe name of the persistence manager factory element's "connection-factory-name" attribute.static StringPMF_ATTRIBUTE_CONNECTION_FACTORY2_NAMEThe name of the persistence manager factory element's "connection-factory2-name" attribute.static StringPMF_ATTRIBUTE_CONNECTION_PASSWORDThe name of the persistence manager factory element's "connection-password" attribute.static StringPMF_ATTRIBUTE_CONNECTION_URLThe name of the persistence manager factory element's "connection-url" attribute.static StringPMF_ATTRIBUTE_CONNECTION_USER_NAMEThe name of the persistence manager factory element's "connection-user-name" attribute.static StringPMF_ATTRIBUTE_COPY_ON_ATTACHThe name of the persistence manager factory element's "copy-on-attach" attribute.static StringPMF_ATTRIBUTE_DATASTORE_READ_TIMEOUT_MILLISThe name of the persistence manager factory element's "datastore-read-timeout-millis" attribute.static StringPMF_ATTRIBUTE_DATASTORE_WRITE_TIMEOUT_MILLISThe name of the persistence manager factory element's "datastore-write-timeout-millis" attribute.static StringPMF_ATTRIBUTE_DETACH_ALL_ON_COMMITThe name of the persistence manager factory element's "detach-all-on-commit" attribute.static StringPMF_ATTRIBUTE_IGNORE_CACHEThe name of the persistence manager factory element's "ignore-cache" attribute.static StringPMF_ATTRIBUTE_MAPPINGThe name of the persistence manager factory element's "mapping" attribute.static StringPMF_ATTRIBUTE_MULTITHREADEDThe name of the persistence manager factory element's "multithreaded" attribute.static StringPMF_ATTRIBUTE_NAMEThe name of the persistence manager factory element's "name" attribute.static StringPMF_ATTRIBUTE_NONTRANSACTIONAL_READThe name of the persistence manager factory element's "nontransactional-read" attribute.static StringPMF_ATTRIBUTE_NONTRANSACTIONAL_WRITEThe name of the persistence manager factory element's "nontransactional-write" attribute.static StringPMF_ATTRIBUTE_OPTIMISTICThe name of the persistence manager factory element's "optimistic" attribute.static StringPMF_ATTRIBUTE_PERSISTENCE_UNIT_NAMEThe name of the persistence manager factory element's "persistence-unit-name" attribute.static StringPMF_ATTRIBUTE_READONLYThe name of the persistence manager factory element's "readonly" attribute.static StringPMF_ATTRIBUTE_RESTORE_VALUESThe name of the persistence manager factory element's "restore-values" attribute.static StringPMF_ATTRIBUTE_RETAIN_VALUESThe name of the persistence manager factory element's "retain-values" attribute.static StringPMF_ATTRIBUTE_SERVER_TIME_ZONE_IDThe name of the persistence manager factory element's "server-time-zone-id" attribute.static StringPROPERTY_ATTRIBUTE_NAMEThe name of the persistence manager factory property element's "name" attribute.static StringPROPERTY_ATTRIBUTE_VALUEThe name of the persistence manager factory property element's "value" attribute.static StringPROPERTY_CONNECTION_DRIVER_NAME"javax.jdo.option.ConnectionDriverName"static StringPROPERTY_CONNECTION_FACTORY_NAME"javax.jdo.option.ConnectionFactoryName"static StringPROPERTY_CONNECTION_FACTORY2_NAME"javax.jdo.option.ConnectionFactory2Name"static StringPROPERTY_CONNECTION_PASSWORD"javax.jdo.option.Password"static StringPROPERTY_CONNECTION_URL"javax.jdo.option.ConnectionURL"static StringPROPERTY_CONNECTION_USER_NAME"javax.jdo.option.ConnectionUserName"static StringPROPERTY_COPY_ON_ATTACH"javax.jdo.option.CopyOnAttach"static StringPROPERTY_DATASTORE_READ_TIMEOUT_MILLISSpecified value "javax.jdo.option.DatastoreReadTimeoutMillis"static StringPROPERTY_DATASTORE_WRITE_TIMEOUT_MILLISSpecified value "javax.jdo.option.DatastoreWriteTimeoutMillis"static StringPROPERTY_DETACH_ALL_ON_COMMIT"javax.jdo.option.DetachAllOnCommit"static StringPROPERTY_ENHANCER_VENDOR_NAME"VendorName"static StringPROPERTY_ENHANCER_VERSION_NUMBER"VersionNumber"static StringPROPERTY_IGNORE_CACHE"javax.jdo.option.IgnoreCache"static StringPROPERTY_INSTANCE_LIFECYCLE_LISTENER"javax.jdo.listener.InstanceLifecycleListener"static StringPROPERTY_MAPPING"javax.jdo.option.Mapping"static StringPROPERTY_MAPPING_CATALOGMapping "javax.jdo.mapping.Catalog"static StringPROPERTY_MAPPING_SCHEMAMapping "javax.jdo.mapping.Schema"static StringPROPERTY_MULTITHREADED"javax.jdo.option.Multithreaded"static StringPROPERTY_NAME"javax.jdo.option.Name"static StringPROPERTY_NONTRANSACTIONAL_READ"javax.jdo.option.NontransactionalRead"static StringPROPERTY_NONTRANSACTIONAL_WRITE"javax.jdo.option.NontransactionalWrite"static StringPROPERTY_OPTIMISTIC"javax.jdo.option.Optimistic"static StringPROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS"javax.jdo.PersistenceManagerFactoryClass"static StringPROPERTY_PERSISTENCE_UNIT_NAME"javax.jdo.option.PersistenceUnitName"static StringPROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENERPrefix used to configureInstanceLifecycleListenerinstances externally.static StringPROPERTY_READONLY"javax.jdo.option.ReadOnly"static StringPROPERTY_RESTORE_VALUES"javax.jdo.option.RestoreValues"static StringPROPERTY_RETAIN_VALUES"javax.jdo.option.RetainValues"static StringPROPERTY_SERVER_TIME_ZONE_IDSpecified value "javax.jdo.option.ServerTimeZoneID"static StringPROPERTY_SPI_PROPERTIES_FILE_NAME"javax.jdo.spi.PropertiesFileName"static StringPROPERTY_SPI_RESOURCE_NAME"javax.jdo.option.spi.ResourceName"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL"javax.jdo.option.TransactionIsolationLevel"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED"javax.jdo.option.TransactionIsolationLevel.read-committed"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED"javax.jdo.option.TransactionIsolationLevel.read-uncommitted"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ"javax.jdo.option.TransactionIsolationLevel.repeatable-read"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE"javax.jdo.option.TransactionIsolationLevel.serializable"static StringPROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT"javax.jdo.option.TransactionIsolationLevel.snapshot"static StringPROPERTY_TRANSACTION_TYPESpecified value "javax.jdo.option.TransactionType"static StringRESOURCE_LOCALThe value for TransactionType to specify that transactions are managed by the javax.jdo.Transaction instance, similar to the usage as documented in JSR-220.static StringSERVICE_LOOKUP_ENHANCER_RESOURCE_NAMEThe name of the standard service configuration resource text file containing the name of an enhancer ofJDOEnhancer.static StringSERVICE_LOOKUP_PMF_RESOURCE_NAMEThe name of the standard service configuration resource text file containing the name of an implementation ofPersistenceManagerFactory.static StringTX_READ_COMMITTEDTransaction isolation level representing the requirement to read committed data only.static StringTX_READ_UNCOMMITTEDTransaction isolation level representing the ability to read uncommitted data.static StringTX_REPEATABLE_READTransaction isolation level representing the requirement to read the same data in the same transaction.static StringTX_SERIALIZABLETransaction isolation level representing the requirement to serialize transactions.static StringTX_SNAPSHOTTransaction isolation level representing the requirement to keep a snapshot for reading data.
-
-
-
Field Detail
-
JAVAX_JDO
static final String JAVAX_JDO
The JDO standard package name.- Since:
- 3.1
- See Also:
- Constant Field Values
-
JAVAX_JDO_PREFIX
static final String JAVAX_JDO_PREFIX
The JDO standard property string and option string prefix.- See Also:
- Constant Field Values
-
SERVICE_LOOKUP_PMF_RESOURCE_NAME
static final String SERVICE_LOOKUP_PMF_RESOURCE_NAME
The name of the standard service configuration resource text file containing the name of an implementation ofPersistenceManagerFactory. Constant value isMETA-INF/services/javax.jdo.PersistenceManagerFactory.- Since:
- 2.1
- See Also:
- Constant Field Values
-
SERVICE_LOOKUP_ENHANCER_RESOURCE_NAME
static final String SERVICE_LOOKUP_ENHANCER_RESOURCE_NAME
The name of the standard service configuration resource text file containing the name of an enhancer ofJDOEnhancer. Constant value isMETA-INF/services/javax.jdo.JDOEnhancer.- Since:
- 3.0
- See Also:
- Constant Field Values
-
JDOCONFIG_RESOURCE_NAME
static final String JDOCONFIG_RESOURCE_NAME
The name of the standard JDO configuration resource file(s). Constant value isMETA-INF/jdoconfig.xml.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOCONFIG_XSD_NS
static final String JDOCONFIG_XSD_NS
The standard JDO configuration schema namespace. Constant value ishttp://xmlns.jcp.org/xml/ns/jdo/jdoconfig.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDO_XSD_NS
static final String JDO_XSD_NS
The standard JDO metadata schema namespace. Constant value ishttps://db.apache.org/jdo/xmlns/jdo.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ORM_XSD_NS
static final String ORM_XSD_NS
The standard JDO object-repository mapping schema namespace. Constant value ishttps://db.apache.org/jdo/xmlns/orm.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOQUERY_XSD_NS
static final String JDOQUERY_XSD_NS
The standard JDO query schema namespace. Constant value ishttps://db.apache.org/jdo/xmlns/jdoquery.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ELEMENT_PERSISTENCE_MANAGER_FACTORY
static final String ELEMENT_PERSISTENCE_MANAGER_FACTORY
The name of the persistence manager factory element in the JDO configuration file. Constant value ispersistence-manager-factory.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CLASS
static final String PMF_ATTRIBUTE_CLASS
The name of the persistence manager factory element's "class" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_NAME
static final String PMF_ATTRIBUTE_NAME
The name of the persistence manager factory element's "name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME
static final String PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME
The name of the persistence manager factory element's "persistence-unit-name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_OPTIMISTIC
static final String PMF_ATTRIBUTE_OPTIMISTIC
The name of the persistence manager factory element's "optimistic" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_READONLY
static final String PMF_ATTRIBUTE_READONLY
The name of the persistence manager factory element's "readonly" attribute.- Since:
- 2.2
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_RETAIN_VALUES
static final String PMF_ATTRIBUTE_RETAIN_VALUES
The name of the persistence manager factory element's "retain-values" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_RESTORE_VALUES
static final String PMF_ATTRIBUTE_RESTORE_VALUES
The name of the persistence manager factory element's "restore-values" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_IGNORE_CACHE
static final String PMF_ATTRIBUTE_IGNORE_CACHE
The name of the persistence manager factory element's "ignore-cache" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_NONTRANSACTIONAL_READ
static final String PMF_ATTRIBUTE_NONTRANSACTIONAL_READ
The name of the persistence manager factory element's "nontransactional-read" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE
static final String PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE
The name of the persistence manager factory element's "nontransactional-write" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_MULTITHREADED
static final String PMF_ATTRIBUTE_MULTITHREADED
The name of the persistence manager factory element's "multithreaded" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME
static final String PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME
The name of the persistence manager factory element's "connection-driver-name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_USER_NAME
static final String PMF_ATTRIBUTE_CONNECTION_USER_NAME
The name of the persistence manager factory element's "connection-user-name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_PASSWORD
static final String PMF_ATTRIBUTE_CONNECTION_PASSWORD
The name of the persistence manager factory element's "connection-password" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_URL
static final String PMF_ATTRIBUTE_CONNECTION_URL
The name of the persistence manager factory element's "connection-url" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME
static final String PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME
The name of the persistence manager factory element's "connection-factory-name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME
static final String PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME
The name of the persistence manager factory element's "connection-factory2-name" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT
static final String PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT
The name of the persistence manager factory element's "detach-all-on-commit" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_COPY_ON_ATTACH
static final String PMF_ATTRIBUTE_COPY_ON_ATTACH
The name of the persistence manager factory element's "copy-on-attach" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_MAPPING
static final String PMF_ATTRIBUTE_MAPPING
The name of the persistence manager factory element's "mapping" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID
static final String PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID
The name of the persistence manager factory element's "server-time-zone-id" attribute.- Since:
- 2.1
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_DATASTORE_READ_TIMEOUT_MILLIS
static final String PMF_ATTRIBUTE_DATASTORE_READ_TIMEOUT_MILLIS
The name of the persistence manager factory element's "datastore-read-timeout-millis" attribute.- Since:
- 3.0
- See Also:
- Constant Field Values
-
PMF_ATTRIBUTE_DATASTORE_WRITE_TIMEOUT_MILLIS
static final String PMF_ATTRIBUTE_DATASTORE_WRITE_TIMEOUT_MILLIS
The name of the persistence manager factory element's "datastore-write-timeout-millis" attribute.- Since:
- 3.0
- See Also:
- Constant Field Values
-
ELEMENT_PROPERTY
static final String ELEMENT_PROPERTY
The name of the persistence manager factory property elements in the JDO configuration file.- See Also:
- Constant Field Values
-
PROPERTY_ATTRIBUTE_NAME
static final String PROPERTY_ATTRIBUTE_NAME
The name of the persistence manager factory property element's "name" attribute.- See Also:
- Constant Field Values
-
PROPERTY_ATTRIBUTE_VALUE
static final String PROPERTY_ATTRIBUTE_VALUE
The name of the persistence manager factory property element's "value" attribute.- See Also:
- Constant Field Values
-
ELEMENT_INSTANCE_LIFECYCLE_LISTENER
static final String ELEMENT_INSTANCE_LIFECYCLE_LISTENER
The name of the instance lifecycle listener element in the JDO configuration file.- See Also:
- Constant Field Values
-
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENER
static final String INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENER
The name of the instance lifecycle listener element's "listener" attribute.- See Also:
- Constant Field Values
-
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES
static final String INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES
The name of the instance lifecycle listener element's "classes" attribute.- See Also:
- Constant Field Values
-
OPTION_TRANSACTIONAL_TRANSIENT
static final String OPTION_TRANSACTIONAL_TRANSIENT
"javax.jdo.option.TransientTransactional"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_NONTRANSACTIONAL_READ
static final String OPTION_NONTRANSACTIONAL_READ
"javax.jdo.option.NontransactionalRead"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_NONTRANSACTIONAL_WRITE
static final String OPTION_NONTRANSACTIONAL_WRITE
"javax.jdo.option.NontransactionalWrite"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_RETAIN_VALUES
static final String OPTION_RETAIN_VALUES
"javax.jdo.option.RetainValues"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_OPTIMISTIC
static final String OPTION_OPTIMISTIC
"javax.jdo.option.Optimistic"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_APPLICATION_IDENTITY
static final String OPTION_APPLICATION_IDENTITY
"javax.jdo.option.ApplicationIdentity"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_DATASTORE_IDENTITY
static final String OPTION_DATASTORE_IDENTITY
"javax.jdo.option.DatastoreIdentity"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_NONDURABLE_IDENTITY
static final String OPTION_NONDURABLE_IDENTITY
"javax.jdo.option.NonDurableIdentity"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_ARRAYLIST
static final String OPTION_ARRAYLIST
"javax.jdo.option.ArrayList"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_LINKEDLIST
static final String OPTION_LINKEDLIST
"javax.jdo.option.LinkedList"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_TREEMAP
static final String OPTION_TREEMAP
"javax.jdo.option.TreeMap"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_TREESET
static final String OPTION_TREESET
"javax.jdo.option.TreeSet"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_VECTOR
static final String OPTION_VECTOR
"javax.jdo.option.Vector"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_ARRAY
static final String OPTION_ARRAY
"javax.jdo.option.Array"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_NULL_COLLECTION
static final String OPTION_NULL_COLLECTION
"javax.jdo.option.NullCollection"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_CHANGE_APPLICATION_IDENTITY
static final String OPTION_CHANGE_APPLICATION_IDENTITY
"javax.jdo.option.ChangeApplicationIdentity"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_BINARY_COMPATIBILITY
static final String OPTION_BINARY_COMPATIBILITY
"javax.jdo.option.BinaryCompatibility"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_GET_DATASTORE_CONNECTION
static final String OPTION_GET_DATASTORE_CONNECTION
"javax.jdo.option.GetDataStoreConnection"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_GET_JDBC_CONNECTION
static final String OPTION_GET_JDBC_CONNECTION
"javax.jdo.option.GetJDBCConnection"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_QUERY_SQL
static final String OPTION_QUERY_SQL
"javax.jdo.query.SQL"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_QUERY_CANCEL
static final String OPTION_QUERY_CANCEL
"javax.jdo.option.QueryCancel"- Since:
- 3.0
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_QUERY_JDOQL_BITWISE_OPERATIONS
static final String OPTION_QUERY_JDOQL_BITWISE_OPERATIONS
"javax.jdo.query.JDOQL.BitwiseOperations"- Since:
- 3.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_UNCONSTRAINED_QUERY_VARIABLES
static final String OPTION_UNCONSTRAINED_QUERY_VARIABLES
"javax.jdo.query.JDOQL.UnconstrainedQueryVariables"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_DATASTORE_TIMEOUT
static final String OPTION_DATASTORE_TIMEOUT
"javax.jdo.option.DatastoreTimeout"- Since:
- 3.0
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_VERSION_DATETIME
static final String OPTION_VERSION_DATETIME
"javax.jdo.option.version.DateTime"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_VERSION_STATE_IMAGE
static final String OPTION_VERSION_STATE_IMAGE
"javax.jdo.option.version.StateImage"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_PREDIRTY_EVENT
static final String OPTION_PREDIRTY_EVENT
"javax.jdo.option.PreDirtyEvent"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE
static final String OPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE
"javax.jdo.option.mapping.HeterogeneousObjectType"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE
static final String OPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE
"javax.jdo.option.mapping.HeterogeneousInterfaceType"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_JOINED_TABLE_PER_CLASS
static final String OPTION_MAPPING_JOINED_TABLE_PER_CLASS
"javax.jdo.option.mapping.JoinedTablePerClass"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS
static final String OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS
"javax.jdo.option.mapping.JoinedTablePerConcreteClass"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS
static final String OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS
"javax.jdo.option.mapping.NonJoinedTablePerConcreteClass"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
OPTION_MAPPING_RELATION_SUBCLASS_TABLE
static final String OPTION_MAPPING_RELATION_SUBCLASS_TABLE
"javax.jdo.option.mapping.RelationSubclassTable"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS
static final String PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS
"javax.jdo.PersistenceManagerFactoryClass"- Since:
- 2.1
- See Also:
JDOHelper.getPersistenceManagerFactory(java.util.Map), Constant Field Values
-
PROPERTY_ENHANCER_VENDOR_NAME
static final String PROPERTY_ENHANCER_VENDOR_NAME
"VendorName"- Since:
- 3.0
- See Also:
JDOEnhancer.getProperties(), Constant Field Values
-
PROPERTY_ENHANCER_VERSION_NUMBER
static final String PROPERTY_ENHANCER_VERSION_NUMBER
"VersionNumber"- Since:
- 3.0
- See Also:
JDOEnhancer.getProperties(), Constant Field Values
-
ENHANCER_NO_JDO_ENHANCER_FOUND
static final int ENHANCER_NO_JDO_ENHANCER_FOUND
Exit value for no enhancer found- Since:
- 3.0
- See Also:
- Constant Field Values
-
ENHANCER_USAGE_ERROR
static final int ENHANCER_USAGE_ERROR
Exit value for usage error- Since:
- 3.0
- See Also:
- Constant Field Values
-
ENHANCER_EXCEPTION
static final int ENHANCER_EXCEPTION
Exit value for an exception from the JDOEnhancer- Since:
- 3.0
- See Also:
- Constant Field Values
-
PROPERTY_OPTIMISTIC
static final String PROPERTY_OPTIMISTIC
"javax.jdo.option.Optimistic"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getOptimistic(), Constant Field Values
-
PROPERTY_READONLY
static final String PROPERTY_READONLY
"javax.jdo.option.ReadOnly"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.getReadOnly(), Constant Field Values
-
PROPERTY_RETAIN_VALUES
static final String PROPERTY_RETAIN_VALUES
"javax.jdo.option.RetainValues"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getRetainValues(), Constant Field Values
-
PROPERTY_RESTORE_VALUES
static final String PROPERTY_RESTORE_VALUES
"javax.jdo.option.RestoreValues"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getRestoreValues(), Constant Field Values
-
PROPERTY_IGNORE_CACHE
static final String PROPERTY_IGNORE_CACHE
"javax.jdo.option.IgnoreCache"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getIgnoreCache(), Constant Field Values
-
PROPERTY_NONTRANSACTIONAL_READ
static final String PROPERTY_NONTRANSACTIONAL_READ
"javax.jdo.option.NontransactionalRead"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getNontransactionalRead(), Constant Field Values
-
PROPERTY_NONTRANSACTIONAL_WRITE
static final String PROPERTY_NONTRANSACTIONAL_WRITE
"javax.jdo.option.NontransactionalWrite"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getNontransactionalWrite(), Constant Field Values
-
PROPERTY_MULTITHREADED
static final String PROPERTY_MULTITHREADED
"javax.jdo.option.Multithreaded"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getMultithreaded(), Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL
"javax.jdo.option.TransactionIsolationLevel"- Since:
- 2.2
- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED
"javax.jdo.option.TransactionIsolationLevel.read-uncommitted"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED
"javax.jdo.option.TransactionIsolationLevel.read-committed"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ
"javax.jdo.option.TransactionIsolationLevel.repeatable-read"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT
"javax.jdo.option.TransactionIsolationLevel.snapshot"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE
static final String PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE
"javax.jdo.option.TransactionIsolationLevel.serializable"- Since:
- 2.2
- See Also:
PersistenceManagerFactory.supportedOptions(), Constant Field Values
-
PROPERTY_DETACH_ALL_ON_COMMIT
static final String PROPERTY_DETACH_ALL_ON_COMMIT
"javax.jdo.option.DetachAllOnCommit"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getDetachAllOnCommit(), Constant Field Values
-
PROPERTY_COPY_ON_ATTACH
static final String PROPERTY_COPY_ON_ATTACH
"javax.jdo.option.CopyOnAttach"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getCopyOnAttach(), Constant Field Values
-
PROPERTY_CONNECTION_DRIVER_NAME
static final String PROPERTY_CONNECTION_DRIVER_NAME
"javax.jdo.option.ConnectionDriverName"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getConnectionDriverName(), Constant Field Values
-
PROPERTY_CONNECTION_USER_NAME
static final String PROPERTY_CONNECTION_USER_NAME
"javax.jdo.option.ConnectionUserName"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getConnectionUserName(), Constant Field Values
-
PROPERTY_CONNECTION_PASSWORD
static final String PROPERTY_CONNECTION_PASSWORD
"javax.jdo.option.Password"- Since:
- 2.1
- See Also:
- Constant Field Values
-
PROPERTY_CONNECTION_URL
static final String PROPERTY_CONNECTION_URL
"javax.jdo.option.ConnectionURL"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getConnectionURL(), Constant Field Values
-
PROPERTY_CONNECTION_FACTORY_NAME
static final String PROPERTY_CONNECTION_FACTORY_NAME
"javax.jdo.option.ConnectionFactoryName"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getConnectionFactoryName(), Constant Field Values
-
PROPERTY_CONNECTION_FACTORY2_NAME
static final String PROPERTY_CONNECTION_FACTORY2_NAME
"javax.jdo.option.ConnectionFactory2Name"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getConnectionFactory2Name(), Constant Field Values
-
PROPERTY_MAPPING
static final String PROPERTY_MAPPING
"javax.jdo.option.Mapping"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getMapping(), Constant Field Values
-
PROPERTY_PERSISTENCE_UNIT_NAME
static final String PROPERTY_PERSISTENCE_UNIT_NAME
"javax.jdo.option.PersistenceUnitName"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getPersistenceUnitName(), Constant Field Values
-
PROPERTY_NAME
static final String PROPERTY_NAME
"javax.jdo.option.Name"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getName(), Constant Field Values
-
PROPERTY_SPI_PROPERTIES_FILE_NAME
static final String PROPERTY_SPI_PROPERTIES_FILE_NAME
"javax.jdo.spi.PropertiesFileName"- Since:
- 3.2
- See Also:
- Constant Field Values
-
PROPERTY_SPI_RESOURCE_NAME
static final String PROPERTY_SPI_RESOURCE_NAME
"javax.jdo.option.spi.ResourceName"- Since:
- 2.1
- See Also:
- Constant Field Values
-
PROPERTY_INSTANCE_LIFECYCLE_LISTENER
static final String PROPERTY_INSTANCE_LIFECYCLE_LISTENER
"javax.jdo.listener.InstanceLifecycleListener"
-
PROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENER
static final String PROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENER
Prefix used to configureInstanceLifecycleListenerinstances externally. To configure anInstanceLifecycleListenervia properties, create a property name with the prefix of this constant and append the fully qualified listener class name, then set its value to the comma- or whitespace-delimited list of persistence-capable classes whose instances are to be observed. Use no value to indicate that instances of all persistence-capable classes are to be observed.
For example,
javax.jdo.option.InstanceLifecycleListener.com.example.MyListener=com.example.Foo,com.example.Bar
is equivalent to calling
pmf.addInstanceLifecycleListener(new com.example.MyListener(), new Class[] {com.example.Foo.class, com.example.Bar.class});
wherepmfis an instance of typePersistenceManagerFactory.
-
PROPERTY_MAPPING_CATALOG
static final String PROPERTY_MAPPING_CATALOG
Mapping "javax.jdo.mapping.Catalog"- Since:
- 2.1
- See Also:
- Constant Field Values
-
PROPERTY_MAPPING_SCHEMA
static final String PROPERTY_MAPPING_SCHEMA
Mapping "javax.jdo.mapping.Schema"- Since:
- 2.1
- See Also:
- Constant Field Values
-
PROPERTY_SERVER_TIME_ZONE_ID
static final String PROPERTY_SERVER_TIME_ZONE_ID
Specified value "javax.jdo.option.ServerTimeZoneID"- Since:
- 2.1
- See Also:
- Constant Field Values
-
PROPERTY_DATASTORE_READ_TIMEOUT_MILLIS
static final String PROPERTY_DATASTORE_READ_TIMEOUT_MILLIS
Specified value "javax.jdo.option.DatastoreReadTimeoutMillis"- Since:
- 3.0
- See Also:
- Constant Field Values
-
PROPERTY_DATASTORE_WRITE_TIMEOUT_MILLIS
static final String PROPERTY_DATASTORE_WRITE_TIMEOUT_MILLIS
Specified value "javax.jdo.option.DatastoreWriteTimeoutMillis"- Since:
- 3.0
- See Also:
- Constant Field Values
-
NONCONFIGURABLE_PROPERTY_VENDOR_NAME
static final String NONCONFIGURABLE_PROPERTY_VENDOR_NAME
Nonconfigurable property constant "VendorName"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getProperties(), Constant Field Values
-
NONCONFIGURABLE_PROPERTY_VERSION_NUMBER
static final String NONCONFIGURABLE_PROPERTY_VERSION_NUMBER
Nonconfigurable property constant "VersionNumber"- Since:
- 2.1
- See Also:
PersistenceManagerFactory.getProperties(), Constant Field Values
-
PROPERTY_TRANSACTION_TYPE
static final String PROPERTY_TRANSACTION_TYPE
Specified value "javax.jdo.option.TransactionType"- Since:
- 2.1
- See Also:
- Constant Field Values
-
JTA
static final String JTA
The value for TransactionType to specify that transactions are managed by the Java Transactions API, as documented in JSR-220.- Since:
- 2.1
- See Also:
- Constant Field Values
-
RESOURCE_LOCAL
static final String RESOURCE_LOCAL
The value for TransactionType to specify that transactions are managed by the javax.jdo.Transaction instance, similar to the usage as documented in JSR-220.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOCONFIG_DTD_RESOURCE
static final String JDOCONFIG_DTD_RESOURCE
The name of the resource for the DTD of the standard JDO configuration file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOCONFIG_XSD_RESOURCE
static final String JDOCONFIG_XSD_RESOURCE
The name of the resource for the XML schema of the standard JDO configuration file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDO_DTD_RESOURCE
static final String JDO_DTD_RESOURCE
The name of the resource for the DTD of the standard JDO metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDO_XSD_RESOURCE
static final String JDO_XSD_RESOURCE
The name of the resource for the XML schema of the standard JDO metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ORM_DTD_RESOURCE
static final String ORM_DTD_RESOURCE
The name of the resource for the DTD of the standard JDO object-relational mapping metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ORM_XSD_RESOURCE
static final String ORM_XSD_RESOURCE
The name of the resource for the XML schema of the standard JDO object-relational mapping metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOQUERY_DTD_RESOURCE
static final String JDOQUERY_DTD_RESOURCE
The name of the resource for the DTD of the standard JDO query metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
JDOQUERY_XSD_RESOURCE
static final String JDOQUERY_XSD_RESOURCE
The name of the resource for the XML schema of the standard JDO query metadata file.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME
static final String ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME
The name of the anonymous PersistenceManagerFactory, which is the empty string.- Since:
- 2.1
- See Also:
- Constant Field Values
-
TX_READ_UNCOMMITTED
static final String TX_READ_UNCOMMITTED
Transaction isolation level representing the ability to read uncommitted data.
-
TX_READ_COMMITTED
static final String TX_READ_COMMITTED
Transaction isolation level representing the requirement to read committed data only.
-
TX_REPEATABLE_READ
static final String TX_REPEATABLE_READ
Transaction isolation level representing the requirement to read the same data in the same transaction.
-
TX_SNAPSHOT
static final String TX_SNAPSHOT
Transaction isolation level representing the requirement to keep a snapshot for reading data.
-
TX_SERIALIZABLE
static final String TX_SERIALIZABLE
Transaction isolation level representing the requirement to serialize transactions.
-
-