| Package | Description | 
|---|---|
| org.datanucleus.metadata | 
 
        Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 | 
| org.datanucleus.store | 
 Package handling the storage of classes to the datastore, and the management of the datastore. 
 | 
| 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 | 
|---|---|
static Object | 
VersionHelper.getNextVersion(VersionStrategy versionStrategy,
              Object currentVersion)
Convenience method to provide the next version, using the version strategy given the supplied current version. 
 | 
Copyright © 2018. All rights reserved.