public class ObjectDiff extends NodeDiff
Modifier and Type | Method and Description |
---|---|
void |
apply(GraphChangeHandler handler)
Calls appropriate methods on the handler to "replay" this change.
|
ObjectId |
getArcSnapshotValue(String propertyName) |
ObjectId |
getCurrentArcSnapshotValue(String propertyName) |
Object |
getSnapshotValue(String propertyName) |
boolean |
isNoop()
Checks whether at least a single property is modified.
|
void |
undo(GraphChangeHandler handler)
Calls appropriate methods on the handler to revert this change.
|
public ObjectId getCurrentArcSnapshotValue(String propertyName)
public boolean isNoop()
public void undo(GraphChangeHandler handler)
GraphDiff
Copyright © 2001–2020 Apache Cayenne. All rights reserved.