Package org.apache.cayenne.map.event
Interface DbRelationshipListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DbEntity
For managing the changes in the DbRelationship.
- 
Method SummaryModifier and TypeMethodDescriptionvoidRelationship has been created/added.voidRelationship property changed.voidRelationship has been removed.
- 
Method Details- 
dbRelationshipChangedRelationship property changed.
- 
dbRelationshipAddedRelationship has been created/added.
- 
dbRelationshipRemovedRelationship has been removed.
 
-