public interface ChangeSet
GraphDiff. One or more changes to the same property of the
same object are all combined in a single PropertyChange instance.| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_ID_PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyChange> |
getChanges(Persistent object)
Returns a map of changes for a given object in its context, keyed by property name.
|
static final String OBJECT_ID_PROPERTY_NAME
Map<String,PropertyChange> getChanges(Persistent object)
Copyright © 2001–2014 Apache Cayenne. All rights reserved.