Uses of Interface
org.datanucleus.NucleusContext
Packages that use NucleusContext
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
This package provides classes implementing L1/L2 persistable object caching within DataNucleus.
DataNucleus ByteCode enhancer framework.
This package provides classes for management/monitoring of DataNucleus enabled applications via API or JMX.
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
Package providing query language support for datastores.
Package providing definition of caching for queries.
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and
indeed any other API.
Package providing basic java type handling for DataNucleus.
Package providing handlers for JTA transactions
-
Uses of NucleusContext in org.datanucleus
Subinterfaces of NucleusContext in org.datanucleusModifier and TypeInterfaceDescriptioninterfaceContext for use in the persistence process.Classes in org.datanucleus that implement NucleusContextModifier and TypeClassDescriptionclassBase implementation of a NucleusContext, providing configuration, metadata management, type management, plugin management and ClassLoader services.classExtends the basic DataNucleus context, adding on services for creating ExecutionContext objects to handle persistence.Fields in org.datanucleus declared as NucleusContextModifier and TypeFieldDescriptionprivate NucleusContextConfiguration.nucCtxprivate NucleusContextFetchGroup.nucleusCtxContext.private NucleusContextFetchGroupManager.nucleusCtxContext that we are operating in.Constructors in org.datanucleus with parameters of type NucleusContextModifierConstructorDescriptionConfiguration(NucleusContext nucCtx) Create a configuration object for the specified NucleusContext.FetchGroup(NucleusContext nucleusCtx, String name, Class<T> cls) Constructor.Constructor for a FetchGroupManager for a particular Context. -
Uses of NucleusContext in org.datanucleus.cache
Fields in org.datanucleus.cache declared as NucleusContextConstructors in org.datanucleus.cache with parameters of type NucleusContextModifierConstructorDescriptionAbstractLevel2Cache(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 NucleusContextModifier and TypeClassDescriptionclassNucleusContext to use when enhancing.Fields in org.datanucleus.enhancer declared as NucleusContext -
Uses of NucleusContext in org.datanucleus.management
Fields in org.datanucleus.management declared as NucleusContextModifier and TypeFieldDescriptionprivate final NucleusContextManagementManager.nucleusContextNucleusContext that we are managing.Constructors in org.datanucleus.management with parameters of type NucleusContext -
Uses of NucleusContext in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as NucleusContextModifier and TypeFieldDescriptionprotected final NucleusContextMetaDataManagerImpl.nucleusContextThe NucleusContext that this metadata manager is operating in.Methods in org.datanucleus.metadata that return NucleusContextModifier and TypeMethodDescriptionMetaDataManager.getNucleusContext()MetaDataManagerImpl.getNucleusContext()Constructors in org.datanucleus.metadata with parameters of type NucleusContextModifierConstructorDescriptionConstructor, specifying the context used. -
Uses of NucleusContext in org.datanucleus.store
Methods in org.datanucleus.store with parameters of type NucleusContextModifier and TypeMethodDescriptionstatic StoreManagerStoreManagerHelper.createStoreManagerForProperties(Map<String, Object> props, Map<String, 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 NucleusContextModifierConstructorDescriptionFederatedQueryManagerImpl(NucleusContext nucleusContext, StoreManager storeMgr) -
Uses of NucleusContext in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as NucleusContextConstructors in org.datanucleus.store.query with parameters of type NucleusContextModifierConstructorDescriptionQueryManagerImpl(NucleusContext nucleusContext, StoreManager storeMgr) -
Uses of NucleusContext in org.datanucleus.store.query.cache
Fields in org.datanucleus.store.query.cache declared as NucleusContextModifier and TypeFieldDescriptionprivate final NucleusContextAbstractMapQueryResultsCache.nucCtxprotected NucleusContextAbstractQueryResultsCache.nucleusCtxConstructors in org.datanucleus.store.query.cache with parameters of type NucleusContextModifierConstructorDescriptionAbstractMapQueryResultsCache(NucleusContext nucleusCtx) AbstractQueryResultsCache(NucleusContext nucleusCtx) JavaxCacheQueryCompilationCache(NucleusContext nucleusCtx) JavaxCacheQueryResultCache(NucleusContext nucleusCtx) Constructor.SoftQueryCompilationCache(NucleusContext nucleusCtx) SoftQueryDatastoreCompilationCache(NucleusContext nucleusCtx) StrongQueryCompilationCache(NucleusContext nucleusCtx) StrongQueryDatastoreCompilationCache(NucleusContext nucleusCtx) WeakQueryCompilationCache(NucleusContext nucleusCtx) WeakQueryDatastoreCompilationCache(NucleusContext nucleusCtx) -
Uses of NucleusContext in org.datanucleus.store.schema.naming
Fields in org.datanucleus.store.schema.naming declared as NucleusContextConstructors in org.datanucleus.store.schema.naming with parameters of type NucleusContextModifierConstructorDescriptionAbstractNamingFactory(NucleusContext nucCtx) DN2NamingFactory(NucleusContext nucCtx) JPANamingFactory(NucleusContext nucCtx) -
Uses of NucleusContext in org.datanucleus.store.types
Fields in org.datanucleus.store.types declared as NucleusContextConstructors in org.datanucleus.store.types with parameters of type NucleusContextModifierConstructorDescriptionTypeManagerImpl(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 NucleusContextModifier and TypeFieldDescription(package private) NucleusContextTransactionManagerFinder.nucleusContextThe NucleusContext.Constructors in org.datanucleus.transaction.jta with parameters of type NucleusContextModifierConstructorDescriptionAtomikosTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.BTMTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.CustomJNDITransactionManagerLocator(NucleusContext nucleusCtx) Constructor.JBossTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.JOnASTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.JOTMTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.OC4JTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.OrionTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.ResinTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.SAPWebASTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.SunTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.Constructor.WebLogicTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.WebSphereTransactionManagerLocator(NucleusContext nucleusCtx) Constructor.