Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Modifier and Type | Field and Description |
---|---|
protected VersionStrategy |
VersionMetaData.versionStrategy
strategy for generating the version.
|
Modifier and Type | Method and Description |
---|---|
VersionStrategy |
VersionMetaData.getVersionStrategy() |
static VersionStrategy |
VersionStrategy.getVersionStrategy(String value)
Return VersionStrategy from String.
|
static VersionStrategy |
VersionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionStrategy[] |
VersionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VersionMetaData |
VersionMetaData.setStrategy(VersionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
void |
LockManager.performOptimisticVersionCheck(ObjectProvider op,
VersionStrategy versionStrategy,
Object versionDatastore)
Method to perform an optimistic version check on the specified ObjectProvider.
|
void |
LockManagerImpl.performOptimisticVersionCheck(ObjectProvider op,
VersionStrategy versionStrategy,
Object versionDatastore)
Perform an optimistic version check on the passed object, against the passed version in the datastore.
|
Copyright © 2019. All rights reserved.