Package org.datanucleus.flush
Class PersistOperation
java.lang.Object
org.datanucleus.flush.PersistOperation
- All Implemented Interfaces:
Operation
Flush operation for a persist of the specified object.
-
Field Details
-
sm
-
-
Constructor Details
-
PersistOperation
-
-
Method Details
-
getStateManager
Description copied from interface:Operation
Accessor for StateManager of the object that this operation is performed on.- Specified by:
getStateManager
in interfaceOperation
- Returns:
- StateManager
-
perform
public void perform()Description copied from interface:Operation
Method to perform the operation. -
toString
-