| Package | Description | 
|---|---|
| org.datanucleus.flush | 
 
        This package provides classes managing the flush process when using MANUAL flush. 
 | 
| 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  | 
FlushNonReferential
Flush method for cases where the datastore doesn't use referential integrity so we can send batches
 of deletes, then batches of inserts, then any updates to optimise the persistence. 
 | 
class  | 
FlushOrdered
Flush process that processes the objects in the order that they became dirty. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FlushProcess | 
AbstractStoreManager.flushProcess
The flush process appropriate for this datastore. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FlushProcess | 
StoreManager.getFlushProcess()  | 
FlushProcess | 
AbstractStoreManager.getFlushProcess()  | 
| Modifier and Type | Method and Description | 
|---|---|
FlushProcess | 
FederatedStoreManager.getFlushProcess()  | 
Copyright © 2018. All rights reserved.