| Package | Description | 
|---|---|
| org.datanucleus.flush | 
        This package provides classes managing the flush process when using MANUAL flush. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionAddOperationAdd operation for a collection where we have a backing store. | 
| class  | CollectionClearOperationClear operation for a collection where we have a backing store. | 
| class  | CollectionRemoveOperationRemove operation for a collection. | 
| class  | ListAddAtOperationAdd operation at a position for a list where we have a backing store. | 
| class  | ListRemoveAtOperationRemove operation for a list at a particular index where we have a backing store. | 
| class  | ListSetOperationSet operation for a list where we have a backing store. | 
| class  | MapClearOperationClear operation for a map where we have a backing store. | 
| class  | MapPutOperationPut operation for a map where we have a backing store. | 
| class  | MapRemoveOperationRemove operation for a map where we have a backing store. | 
Copyright © 2019. All rights reserved.