| Package | Description |
|---|---|
| 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.
|
| org.datanucleus.store.valuegenerator |
Value Generation.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueGenerationManager |
AbstractStoreManager.valueGenerationMgr
Manager for value generation.
|
| Modifier and Type | Method and Description |
|---|---|
ValueGenerationManager |
AbstractStoreManager.getValueGenerationManager() |
ValueGenerationManager |
StoreManager.getValueGenerationManager()
Accessor for the ValueGenerationManager for generating field values.
|
| Modifier and Type | Method and Description |
|---|---|
ValueGenerationManager |
FederatedStoreManager.getValueGenerationManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
ValueGenerationManagerImpl
Manager for the creation of ValueGenerators.
|
Copyright © 2020. All rights reserved.