Uses of Interface
org.datanucleus.NucleusContext
-
Packages that use NucleusContext 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.cache This package provides classes implementing L1/L2 persistable object caching within DataNucleus.org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.management This package provides classes for management/monitoring of DataNucleus enabled applications via API or JMX.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.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.cache Package providing definition of caching for queries.org.datanucleus.store.schema.naming This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and indeed any other API.org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.transaction.jta Package providing handlers for JTA transactions -
-
Uses of NucleusContext in org.datanucleus
Subinterfaces of NucleusContext in org.datanucleus Modifier and Type Interface Description interface
PersistenceNucleusContext
Context for use in the persistence process.Classes in org.datanucleus that implement NucleusContext Modifier and Type Class Description class
AbstractNucleusContext
Base implementation of a NucleusContext, providing configuration, metadata management, type management, plugin management and ClassLoader services.class
PersistenceNucleusContextImpl
Extends the basic DataNucleus context, adding on services for creating ExecutionContext objects to handle persistence.Fields in org.datanucleus declared as NucleusContext Modifier and Type Field Description private NucleusContext
Configuration. nucCtx
private NucleusContext
FetchGroup. nucleusCtx
Context.private NucleusContext
FetchGroupManager. nucleusCtx
Context that we are operating in.Constructors in org.datanucleus with parameters of type NucleusContext Constructor Description Configuration(NucleusContext nucCtx)
Create a configuration object for the specified NucleusContext.FetchGroup(NucleusContext nucleusCtx, java.lang.String name, java.lang.Class<T> cls)
Constructor.FetchGroupManager(NucleusContext ctx)
Constructor for a FetchGroupManager for a particular Context. -
Uses of NucleusContext in org.datanucleus.cache
Fields in org.datanucleus.cache declared as NucleusContext Modifier and Type Field Description protected NucleusContext
AbstractLevel2Cache. nucleusCtx
Constructors in org.datanucleus.cache with parameters of type NucleusContext Constructor Description AbstractLevel2Cache(NucleusContext nucleusCtx)
AbstractReferencedLevel2Cache(NucleusContext nucleusCtx)
Constructor.JavaxCacheLevel2Cache(NucleusContext nucleusCtx)
Constructor.NullLevel2Cache(NucleusContext nucleusCtx)
SoftLevel2Cache(NucleusContext nucleusCtx)
Constructor.WeakLevel2Cache(NucleusContext nucleusCtx)
Constructor. -
Uses of NucleusContext in org.datanucleus.enhancer
Classes in org.datanucleus.enhancer that implement NucleusContext Modifier and Type Class Description class
EnhancementNucleusContextImpl
NucleusContext to use when enhancing.Fields in org.datanucleus.enhancer declared as NucleusContext Modifier and Type Field Description private NucleusContext
RuntimeEnhancer. nucleusContext
-
Uses of NucleusContext in org.datanucleus.management
Fields in org.datanucleus.management declared as NucleusContext Modifier and Type Field Description private NucleusContext
ManagementManager. nucleusContext
NucleusContext that we are managing.Constructors in org.datanucleus.management with parameters of type NucleusContext Constructor Description ManagementManager(NucleusContext ctxt)
Constructor for Management. -
Uses of NucleusContext in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as NucleusContext Modifier and Type Field Description protected NucleusContext
MetaDataManagerImpl. nucleusContext
The NucleusContext that this metadata manager is operating in.Methods in org.datanucleus.metadata that return NucleusContext Modifier and Type Method Description NucleusContext
MetaDataManager. getNucleusContext()
NucleusContext
MetaDataManagerImpl. getNucleusContext()
Constructors in org.datanucleus.metadata with parameters of type NucleusContext Constructor Description MetaDataManagerImpl(NucleusContext ctx)
Constructor, specifying the context used. -
Uses of NucleusContext in org.datanucleus.store
Methods in org.datanucleus.store with parameters of type NucleusContext Modifier and Type Method Description static StoreManager
StoreManagerHelper. createStoreManagerForProperties(java.util.Map<java.lang.String,java.lang.Object> props, java.util.Map<java.lang.String,java.lang.Object> datastoreProps, ClassLoaderResolver clr, NucleusContext nucCtx)
Method to create a StoreManager based on the specified properties passed in. -
Uses of NucleusContext in org.datanucleus.store.federation
Constructors in org.datanucleus.store.federation with parameters of type NucleusContext Constructor Description FederatedQueryManagerImpl(NucleusContext nucleusContext, StoreManager storeMgr)
-
Uses of NucleusContext in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as NucleusContext Modifier and Type Field Description protected NucleusContext
QueryManagerImpl. nucleusCtx
Constructors in org.datanucleus.store.query with parameters of type NucleusContext Constructor Description QueryManagerImpl(NucleusContext nucleusContext, StoreManager storeMgr)
-
Uses of NucleusContext in org.datanucleus.store.query.cache
Fields in org.datanucleus.store.query.cache declared as NucleusContext Modifier and Type Field Description private NucleusContext
AbstractMapQueryResultsCache. nucCtx
protected NucleusContext
AbstractQueryResultsCache. nucleusCtx
Constructors in org.datanucleus.store.query.cache with parameters of type NucleusContext Constructor Description AbstractMapQueryResultsCache(NucleusContext nucleusCtx)
AbstractQueryResultsCache(NucleusContext nucleusCtx)
JavaxCacheQueryCompilationCache(NucleusContext nucleusCtx)
JavaxCacheQueryDatastoreCompilationCache(NucleusContext nucleusCtx)
JavaxCacheQueryResultCache(NucleusContext nucleusCtx)
Constructor.SoftQueryCompilationCache(NucleusContext nucleusCtx)
SoftQueryDatastoreCompilationCache(NucleusContext nucleusCtx)
SoftQueryResultsCache(NucleusContext ctx)
StrongQueryCompilationCache(NucleusContext nucleusCtx)
StrongQueryDatastoreCompilationCache(NucleusContext nucleusCtx)
StrongQueryResultsCache(NucleusContext ctx)
WeakQueryCompilationCache(NucleusContext nucleusCtx)
WeakQueryDatastoreCompilationCache(NucleusContext nucleusCtx)
WeakQueryResultsCache(NucleusContext ctx)
-
Uses of NucleusContext in org.datanucleus.store.schema.naming
Fields in org.datanucleus.store.schema.naming declared as NucleusContext Modifier and Type Field Description protected NucleusContext
AbstractNamingFactory. nucCtx
Constructors in org.datanucleus.store.schema.naming with parameters of type NucleusContext Constructor Description AbstractNamingFactory(NucleusContext nucCtx)
DN2NamingFactory(NucleusContext nucCtx)
JPANamingFactory(NucleusContext nucCtx)
-
Uses of NucleusContext in org.datanucleus.store.types
Fields in org.datanucleus.store.types declared as NucleusContext Modifier and Type Field Description protected NucleusContext
TypeManagerImpl. nucCtx
Constructors in org.datanucleus.store.types with parameters of type NucleusContext Constructor Description TypeManagerImpl(NucleusContext nucCtx)
Constructor, loading support for type mappings using the plugin mechanism. -
Uses of NucleusContext in org.datanucleus.transaction.jta
Fields in org.datanucleus.transaction.jta declared as NucleusContext Modifier and Type Field Description (package private) NucleusContext
TransactionManagerFinder. nucleusContext
The NucleusContext.
-