Class DeleteOperation

java.lang.Object
org.datanucleus.flush.DeleteOperation
All Implemented Interfaces:
Operation

public class DeleteOperation extends Object implements Operation
Flush operation for a delete of the specified object.
  • Field Details

  • Constructor Details

  • Method Details

    • getStateManager

      public DNStateManager getStateManager()
      Description copied from interface: Operation
      Accessor for StateManager of the object that this operation is performed on.
      Specified by:
      getStateManager in interface Operation
      Returns:
      StateManager
    • perform

      public void perform()
      Description copied from interface: Operation
      Method to perform the operation.
      Specified by:
      perform in interface Operation
    • toString

      public String toString()
      Overrides:
      toString in class Object