Interface ToManyRelationshipChange
- All Superinterfaces:
PropertyChange
- All Known Implementing Classes:
MutableToManyRelationshipChange
Represents a change in a to-many relationship property to another entity.
- Since:
- 4.0
-
Method Summary
Methods inherited from interface org.apache.cayenne.commitlog.model.PropertyChange
accept
-
Method Details
-
getAdded
Collection<ObjectId> getAdded() -
getRemoved
Collection<ObjectId> getRemoved()
-