Uses of Interface
org.datanucleus.StoreNucleusContext
-
Packages that use StoreNucleusContext Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.store.schema Package defining the data structure mechanism for the schema of the datastore. -
-
Uses of StoreNucleusContext in org.datanucleus
Subinterfaces of StoreNucleusContext in org.datanucleus Modifier and Type Interface Description interfacePersistenceNucleusContextContext for use in the persistence process.Classes in org.datanucleus that implement StoreNucleusContext Modifier and Type Class Description classPersistenceNucleusContextImplExtends the basic DataNucleus context, adding on services for creating ExecutionContext objects to handle persistence. -
Uses of StoreNucleusContext in org.datanucleus.store.schema
Methods in org.datanucleus.store.schema that return StoreNucleusContext Modifier and Type Method Description static StoreNucleusContextSchemaTool. getNucleusContextForMode(SchemaTool.Mode mode, String api, Map userProps, String persistenceUnitName, String ddlFile, boolean verbose)Method to create a NucleusContext for the specified mode of SchemaToolstatic StoreNucleusContextSchemaTool. 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
-