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 SummaryConstructors Constructor Description NodeCreateOperation(Object nodeId)NodeCreateOperation(Object nodeId, int diffId)
- 
Method SummaryModifier and Type Method Description voidapply(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