Uses of Interface
org.datanucleus.flush.SCOOperation
Packages that use SCOOperation
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
-
Uses of SCOOperation in org.datanucleus.flush
Classes in org.datanucleus.flush that implement SCOOperationModifier and TypeClassDescriptionclass
Add operation for a collection where we have a backing store.class
Clear operation for a collection where we have a backing store.class
Remove operation for a collection.class
Add operation at a position for a list where we have a backing store.class
Remove operation for a list at a particular index where we have a backing store.class
Set operation for a list where we have a backing store.class
Clear operation for a map where we have a backing store.class
MapPutOperation<K,
V> Put operation for a map where we have a backing store.class
MapRemoveOperation<K,
V> Remove operation for a map where we have a backing store.