Class NodeDeleteOperation

java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.NodeDeleteOperation
All Implemented Interfaces:
Serializable, Comparable<NodeDiff>, GraphDiff

public class NodeDeleteOperation extends NodeDiff
Since:
1.2
See Also:
  • Constructor Details

    • NodeDeleteOperation

      public NodeDeleteOperation(Object nodeId)
    • NodeDeleteOperation

      public NodeDeleteOperation(Object nodeId, int diffId)
  • Method Details