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