Uses of Class
org.datanucleus.store.schema.SchemaTool.Mode
-
Packages that use SchemaTool.Mode Package Description org.datanucleus.store.schema Package defining the data structure mechanism for the schema of the datastore. -
-
Uses of SchemaTool.Mode in org.datanucleus.store.schema
Fields in org.datanucleus.store.schema declared as SchemaTool.Mode Modifier and Type Field Description private SchemaTool.Mode
SchemaToolTask. mode
Operating modeMethods in org.datanucleus.store.schema that return SchemaTool.Mode Modifier and Type Method Description static SchemaTool.Mode
SchemaTool.Mode. valueOf(java.lang.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.Methods in org.datanucleus.store.schema with parameters of type SchemaTool.Mode Modifier and Type Method Description static PersistenceNucleusContext
SchemaTool. getNucleusContextForMode(SchemaTool.Mode mode, java.lang.String api, java.util.Map userProps, java.lang.String persistenceUnitName, java.lang.String ddlFile, boolean verbose)
Method to create a NucleusContext for the specified mode of SchemaToolstatic PersistenceNucleusContext
SchemaTool. getNucleusContextForMode(SchemaTool.Mode mode, java.lang.String api, java.util.Map userProps, java.lang.String persistenceUnitName, java.lang.String ddlFile, boolean verbose, boolean ignoreMetaDataForMissingClasses)
Method to create a NucleusContext for the specified mode of SchemaTool
-