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.identity |
Package defining object identity classes.
|
org.datanucleus.query.compiler |
Package handling the compilation of queries.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceNucleusContextImpl
Extends the basic DataNucleus context, adding on services for
creating ExecutionContext objects to handle persistence.
|
Modifier and Type | Method and Description |
---|---|
PersistenceNucleusContext |
ExecutionContext.getNucleusContext()
Accessor for the context in which this execution context is running.
|
PersistenceNucleusContext |
ExecutionContextImpl.getNucleusContext() |
Constructor and Description |
---|
ExecutionContextImpl(PersistenceNucleusContext ctx,
Object owner,
Map<String,Object> options)
Constructor.
|
ExecutionContextPool(PersistenceNucleusContext nucCtx) |
ExecutionContextThreadedImpl(PersistenceNucleusContext ctx,
Object owner,
Map<String,Object> options) |
Constructor and Description |
---|
IdentityManagerImpl(PersistenceNucleusContext nucCtx) |
Constructor and Description |
---|
JavaQueryCompiler(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) |
Constructor and Description |
---|
ObjectProviderFactoryImpl(PersistenceNucleusContext nucCtx) |
Modifier and Type | Field and Description |
---|---|
protected PersistenceNucleusContext |
AbstractStoreManager.nucleusContext
Nucleus Context.
|
Modifier and Type | Method and Description |
---|---|
PersistenceNucleusContext |
StoreManager.getNucleusContext()
Accessor for the context in which this StoreManager is running.
|
PersistenceNucleusContext |
AbstractStoreManager.getNucleusContext() |
Constructor and Description |
---|
AbstractStoreManager(String key,
ClassLoaderResolver clr,
PersistenceNucleusContext nucleusContext,
Map<String,Object> props)
Constructor for a new StoreManager.
|
Modifier and Type | Field and Description |
---|---|
protected PersistenceNucleusContext |
FederatedStoreManager.nucleusContext |
Modifier and Type | Method and Description |
---|---|
PersistenceNucleusContext |
FederatedStoreManager.getNucleusContext() |
Constructor and Description |
---|
FederatedStoreManager(ClassLoaderResolver clr,
PersistenceNucleusContext nucleusContext) |
Copyright © 2019. All rights reserved.