Class ObjectStoreGraphDiff
java.lang.Object
org.apache.cayenne.access.ObjectStoreGraphDiff
- All Implemented Interfaces:
Serializable, GraphDiff
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(GraphChangeHandler handler) Calls appropriate methods on the handler to "replay" this change.booleanisNoop()Returns true if this diff is simply a placeholder and does not perform any actual operation.voidundo(GraphChangeHandler handler) Calls appropriate methods on the handler to revert this change.