Uses of Class
org.apache.cayenne.map.event.RelationshipEvent
Packages that use RelationshipEvent
Package
Description
Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes.
- 
Uses of RelationshipEvent in org.apache.cayenne.mapMethods in org.apache.cayenne.map with parameters of type RelationshipEventModifier and TypeMethodDescriptionvoidDbEntity.dbRelationshipAdded(RelationshipEvent e) Relationship has been created/added.voidDbEntity.dbRelationshipChanged(RelationshipEvent e) Relationship property changed.voidDbEntity.dbRelationshipRemoved(RelationshipEvent e) Relationship has been removed.
- 
Uses of RelationshipEvent in org.apache.cayenne.map.eventMethods in org.apache.cayenne.map.event with parameters of type RelationshipEventModifier and TypeMethodDescriptionvoidDbRelationshipListener.dbRelationshipAdded(RelationshipEvent e) Relationship has been created/added.voidDbRelationshipListener.dbRelationshipChanged(RelationshipEvent e) Relationship property changed.voidDbRelationshipListener.dbRelationshipRemoved(RelationshipEvent e) Relationship has been removed.voidObjRelationshipListener.objRelationshipAdded(RelationshipEvent e) Relationship has been created/added.voidObjRelationshipListener.objRelationshipChanged(RelationshipEvent e) Relationship property changed.voidObjRelationshipListener.objRelationshipRemoved(RelationshipEvent e) Relationship has been removed.