public interface ObjectChange
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends AttributeChange> |
getAttributeChanges() |
Map<String,? extends PropertyChange> |
getChanges() |
ObjectId |
getPostCommitId() |
ObjectId |
getPreCommitId() |
Map<String,? extends ToManyRelationshipChange> |
getToManyRelationshipChanges() |
Map<String,? extends ToOneRelationshipChange> |
getToOneRelationshipChanges() |
ObjectChangeType |
getType() |
ObjectChangeType getType()
ObjectId getPreCommitId()
ObjectId getPostCommitId()
Map<String,? extends PropertyChange> getChanges()
Map<String,? extends AttributeChange> getAttributeChanges()
Map<String,? extends ToOneRelationshipChange> getToOneRelationshipChanges()
Map<String,? extends ToManyRelationshipChange> getToManyRelationshipChanges()
Copyright © 2001–2018 Apache Cayenne. All rights reserved.