public class MutableToManyRelationshipChange extends Object implements ToManyRelationshipChange
| Constructor and Description |
|---|
MutableToManyRelationshipChange() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(PropertyChangeVisitor<T> visitor) |
void |
connected(ObjectId o) |
void |
disconnected(ObjectId o) |
Collection<ObjectId> |
getAdded() |
Collection<ObjectId> |
getRemoved() |
public <T> T accept(PropertyChangeVisitor<T> visitor)
accept in interface PropertyChangepublic Collection<ObjectId> getAdded()
getAdded in interface ToManyRelationshipChangepublic Collection<ObjectId> getRemoved()
getRemoved in interface ToManyRelationshipChangepublic void connected(ObjectId o)
public void disconnected(ObjectId o)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.