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.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.connection |
Package defining the connection to the datastore.
|
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) |
Modifier and Type | Field and Description |
---|---|
protected PersistenceNucleusContext |
IdentityManagerImpl.nucCtx |
Constructor and Description |
---|
IdentityManagerImpl(PersistenceNucleusContext nucCtx) |
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 |
AbstractStoreManager.getNucleusContext() |
Constructor and Description |
---|
AbstractStoreManager(String key,
ClassLoaderResolver clr,
PersistenceNucleusContext nucleusContext,
Map<String,Object> props)
Constructor for a new StoreManager.
|
Constructor and Description |
---|
ConnectionManagerImpl(PersistenceNucleusContext context)
Constructor.
|
Copyright © 2017. All rights reserved.