Package | Description |
---|---|
org.datanucleus.flush |
This package provides classes managing the flush process when using MANUAL flush.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionAddOperation
Add operation for a collection where we have a backing store.
|
class |
CollectionClearOperation
Clear operation for a collection where we have a backing store.
|
class |
CollectionRemoveOperation
Remove operation for a collection.
|
class |
ListAddAtOperation
Add operation at a position for a list where we have a backing store.
|
class |
ListRemoveAtOperation
Remove operation for a list at a particular index where we have a backing store.
|
class |
ListSetOperation
Set operation for a list where we have a backing store.
|
class |
MapClearOperation
Clear operation for a map where we have a backing store.
|
class |
MapPutOperation
Put operation for a map where we have a backing store.
|
class |
MapRemoveOperation
Remove operation for a map where we have a backing store.
|
Copyright © 2019. All rights reserved.