Package org.apache.cayenne.graph
Class NodeCreateOperation
java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.NodeCreateOperation
- All Implemented Interfaces:
Serializable
,Comparable<NodeDiff>
,GraphDiff
public class NodeCreateOperation extends NodeDiff
- Since:
- 1.2
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NodeCreateOperation(Object nodeId)
NodeCreateOperation(Object nodeId, int diffId)
-
Method Summary
Modifier and Type Method Description void
apply(GraphChangeHandler tracker)
Calls appropriate methods on the handler to "replay" this change.void
undo(GraphChangeHandler tracker)
Calls appropriate methods on the handler to revert this change.
-
Constructor Details
-
NodeCreateOperation
-
NodeCreateOperation
-
-
Method Details