Uses of Interface
org.datanucleus.PersistenceNucleusContext
Packages that use PersistenceNucleusContext
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Package defining object identity classes.
Provides classes relating to the life cycle state management of a persistable object.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing the structure and some implementation for the auto-start mechanism.
Package defining the connection to the datastore.
Package providing management for federation of datastores.
Package handling the (generic) compilation of queries.
Package defining the data structure mechanism for the schema of the datastore.
-
Uses of PersistenceNucleusContext in org.datanucleus
Classes in org.datanucleus that implement PersistenceNucleusContextModifier and TypeClassDescriptionclass
Extends the basic DataNucleus context, adding on services for creating ExecutionContext objects to handle persistence.Fields in org.datanucleus declared as PersistenceNucleusContextModifier and TypeFieldDescription(package private) PersistenceNucleusContext
ExecutionContextImpl.nucCtx
Context for the persistence process.private PersistenceNucleusContext
ExecutionContextPool.nucCtx
Methods in org.datanucleus that return PersistenceNucleusContextModifier and TypeMethodDescriptionExecutionContext.getNucleusContext()
Accessor for the context in which this execution context is running.ExecutionContextImpl.getNucleusContext()
Constructors in org.datanucleus with parameters of type PersistenceNucleusContextModifierConstructorDescriptionExecutionContextImpl
(PersistenceNucleusContext ctx, Object owner, Map<String, Object> options) Constructor.ExecutionContextThreadedImpl
(PersistenceNucleusContext ctx, Object owner, Map<String, Object> options) -
Uses of PersistenceNucleusContext in org.datanucleus.identity
Constructors in org.datanucleus.identity with parameters of type PersistenceNucleusContext -
Uses of PersistenceNucleusContext in org.datanucleus.state
Constructors in org.datanucleus.state with parameters of type PersistenceNucleusContext -
Uses of PersistenceNucleusContext in org.datanucleus.store
Fields in org.datanucleus.store declared as PersistenceNucleusContextModifier and TypeFieldDescriptionprotected PersistenceNucleusContext
AbstractStoreManager.nucleusContext
Nucleus Context.Methods in org.datanucleus.store that return PersistenceNucleusContextModifier and TypeMethodDescriptionAbstractStoreManager.getNucleusContext()
StoreManager.getNucleusContext()
Accessor for the context in which this StoreManager is running.Constructors in org.datanucleus.store with parameters of type PersistenceNucleusContextModifierConstructorDescriptionprotected
AbstractStoreManager
(String key, ClassLoaderResolver clr, PersistenceNucleusContext nucleusContext, Map<String, Object> props) Constructor for a new StoreManager. -
Uses of PersistenceNucleusContext in org.datanucleus.store.autostart
Methods in org.datanucleus.store.autostart with parameters of type PersistenceNucleusContextModifier and TypeMethodDescriptionstatic AutoStartMechanism
AutoStartMechanismUtils.createAutoStartMechanism
(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String mechanism, String mode) Convenience method to instantiate and initialise an auto-start mechanism -
Uses of PersistenceNucleusContext in org.datanucleus.store.connection
Fields in org.datanucleus.store.connection declared as PersistenceNucleusContextModifier and TypeFieldDescription(package private) final PersistenceNucleusContext
ConnectionManagerImpl.nucleusContext
-
Uses of PersistenceNucleusContext in org.datanucleus.store.federation
Fields in org.datanucleus.store.federation declared as PersistenceNucleusContextModifier and TypeFieldDescriptionprotected PersistenceNucleusContext
FederatedStoreManager.nucleusContext
Methods in org.datanucleus.store.federation that return PersistenceNucleusContextConstructors in org.datanucleus.store.federation with parameters of type PersistenceNucleusContextModifierConstructorDescriptionFederatedStoreManager
(ClassLoaderResolver clr, PersistenceNucleusContext nucleusContext) -
Uses of PersistenceNucleusContext in org.datanucleus.store.query.compiler
Constructors in org.datanucleus.store.query.compiler with parameters of type PersistenceNucleusContextModifierConstructorDescriptionJavaQueryCompiler
(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String variables, String update) JDOQLCompiler
(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String variables, String update) JPQLCompiler
(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String update) -
Uses of PersistenceNucleusContext in org.datanucleus.store.schema
Methods in org.datanucleus.store.schema that return PersistenceNucleusContextModifier and TypeMethodDescriptionstatic PersistenceNucleusContext
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 SchemaToolstatic PersistenceNucleusContext
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