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
- Since:
- 1.2
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionNodeCreateOperation(Object nodeId) NodeCreateOperation(Object nodeId, int diffId) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(GraphChangeHandler tracker) Calls appropriate methods on the handler to "replay" this change.voidundo(GraphChangeHandler tracker) Calls appropriate methods on the handler to revert this change.
- 
Constructor Details- 
NodeCreateOperation
- 
NodeCreateOperation
 
- 
- 
Method Details