Package org.apache.cayenne.map.event
Interface DbRelationshipListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DbEntity
For managing the changes in the DbRelationship.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Relationship has been created/added.void
Relationship property changed.void
Relationship has been removed.
-
Method Details
-
dbRelationshipChanged
Relationship property changed. -
dbRelationshipAdded
Relationship has been created/added. -
dbRelationshipRemoved
Relationship has been removed.
-