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.store.schema |
Package defining the data structure mechanism for the schema of the datastore.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceNucleusContext
Context for use in the persistence process.
|
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 |
---|---|
static StoreNucleusContext |
SchemaTool.getNucleusContextForMode(SchemaTool.Mode mode,
String api,
Map userProps,
String persistenceUnitName,
String ddlFile,
boolean verbose)
Method to create a NucleusContext for the specified mode of SchemaTool
|
static StoreNucleusContext |
SchemaTool.getNucleusContextForMode(SchemaTool.Mode mode,
String api,
Map userProps,
String persistenceUnitName,
String ddlFile,
boolean verbose,
boolean ignoreMetaDataForMissingClasses)
Method to create a NucleusContext for the specified mode of SchemaTool
|
Copyright © 2019. All rights reserved.