Package org.datanucleus.flush
Class DeleteOperation
- java.lang.Object
-
- org.datanucleus.flush.DeleteOperation
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DNStateManagersm
-
Constructor Summary
Constructors Constructor Description DeleteOperation(DNStateManager sm)
-
Method Summary
All Methods Instance Methods Concrete 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.java.lang.StringtoString()
-
-
-
Field Detail
-
sm
DNStateManager sm
-
-
Constructor Detail
-
DeleteOperation
public DeleteOperation(DNStateManager sm)
-
-
Method Detail
-
getStateManager
public DNStateManager getStateManager()
Description copied from interface:OperationAccessor for StateManager of the object that this operation is performed on.- Specified by:
getStateManagerin interfaceOperation- Returns:
- StateManager
-
perform
public void perform()
Description copied from interface:OperationMethod to perform the operation.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-