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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersistenceHandler
Abstract representation of a persistence handler, to be extended by datastores own variant.
|
Modifier and Type | Field and Description |
---|---|
protected StorePersistenceHandler |
AbstractStoreManager.persistenceHandler
Persistence handler.
|
Modifier and Type | Method and Description |
---|---|
StorePersistenceHandler |
StoreManager.getPersistenceHandler() |
StorePersistenceHandler |
AbstractStoreManager.getPersistenceHandler() |
Modifier and Type | Class and Description |
---|---|
class |
FederatedPersistenceHandler
Persistence handler for federated datastores.
|
Modifier and Type | Field and Description |
---|---|
protected StorePersistenceHandler |
FederatedStoreManager.persistenceHandler
Persistence handler.
|
Modifier and Type | Method and Description |
---|---|
StorePersistenceHandler |
FederatedStoreManager.getPersistenceHandler() |
Copyright © 2019. All rights reserved.