| Package | Description |
|---|---|
| org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
| Modifier and Type | Method and Description |
|---|---|
NucleusContext.ContextType |
NucleusContext.getType()
Accessor for the type of this context (persistence, enhancer etc).
|
static NucleusContext.ContextType |
NucleusContext.ContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NucleusContext.ContextType[] |
NucleusContext.ContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NucleusContext(String apiName,
NucleusContext.ContextType type,
Map startupProps)
Constructor for the context.
|
NucleusContext(String apiName,
NucleusContext.ContextType type,
Map startupProps,
PluginManager pluginMgr)
Constructor for the context.
|
Copyright © 2013. All Rights Reserved.