| Package | Description | 
|---|---|
| org.datanucleus.store.schema | 
 Package defining the data structure mechanism for the schema of the datastore. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaTool.Mode | 
SchemaTool.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SchemaTool.Mode[] | 
SchemaTool.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StoreNucleusContext | 
SchemaTool.getNucleusContextForMode(SchemaTool.Mode mode,
                        String api,
                        Map userProps,
                        String persistenceUnitName,
                        String ddlFile,
                        boolean verbose)
Method to create a NucleusContext for the specified mode of SchemaTool 
 | 
static StoreNucleusContext | 
SchemaTool.getNucleusContextForMode(SchemaTool.Mode mode,
                        String api,
                        Map userProps,
                        String persistenceUnitName,
                        String ddlFile,
                        boolean verbose,
                        boolean ignoreMetaDataForMissingClasses)
Method to create a NucleusContext for the specified mode of SchemaTool 
 | 
Copyright © 2018. All rights reserved.