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.properties |
Package providing handling for persistence properties, and in particular the validation of valid values.
|
org.datanucleus.store |
Package handling the storage of classes to the datastore, and the management of the datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Class providing configuration for the context.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionImpl.setProperties(PropertyStore properties) |
Constructor and Description |
---|
TransactionImpl(ExecutionContext ec,
PropertyStore properties)
Constructor for a transaction for the specified ExecutionContext.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyStore
Basic property store implementation, allowing setting of properties
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStoreManager
An abstract representation of a Store Manager.
|
Copyright © 2019. All rights reserved.