Package org.datanucleus.flush
Interface Operation
-
- All Known Subinterfaces:
SCOOperation
- All Known Implementing Classes:
CollectionAddOperation,CollectionClearOperation,CollectionRemoveOperation,DeleteOperation,ListAddAtOperation,ListRemoveAtOperation,ListSetOperation,MapClearOperation,MapPutOperation,MapRemoveOperation,PersistOperation,UpdateMemberOperation
public interface OperationInterface for an operation to be flushed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DNStateManagergetStateManager()Accessor for StateManager of the object that this operation is performed on.voidperform()Method to perform the operation.
-
-
-
Method Detail
-
getStateManager
DNStateManager getStateManager()
Accessor for StateManager of the object that this operation is performed on.- Returns:
- StateManager
-
perform
void perform()
Method to perform the operation.
-
-