public class ObjectStoreGraphDiff extends Object implements GraphDiff
Modifier and Type | Method and Description |
---|---|
void |
apply(GraphChangeHandler handler)
Calls appropriate methods on the handler to "replay" this change.
|
Map<Object,ObjectDiff> |
getChangesByObjectId() |
boolean |
isNoop()
Returns true if this diff is simply a placeholder and does not perform any actual
operation.
|
void |
undo(GraphChangeHandler handler)
Calls appropriate methods on the handler to revert this change.
|
public Map<Object,ObjectDiff> getChangesByObjectId()
public boolean isNoop()
GraphDiff
public void apply(GraphChangeHandler handler)
GraphDiff
public void undo(GraphChangeHandler handler)
GraphDiff
Copyright © 2001–2021 Apache Cayenne. All rights reserved.