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: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
-