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 TypeClassDescriptionclassAdd operation for a collection where we have a backing store.classClear operation for a collection where we have a backing store.classRemove operation for a collection.classAdd operation at a position for a list where we have a backing store.classRemove operation for a list at a particular index where we have a backing store.classSet operation for a list where we have a backing store.classClear operation for a map where we have a backing store.classMapPutOperation<K,V> Put operation for a map where we have a backing store.classMapRemoveOperation<K,V> Remove operation for a map where we have a backing store.