Package org.apache.cayenne.util
Interface EntityMergeListener
- All Known Implementing Classes:
- DeleteRuleUpdater
public interface EntityMergeListener
EntityMergeListener interface defines API useful for listening to
 EntityMergeSupport processing.
- 
Method SummaryModifier and Type Method Description voidobjAttributeAdded(ObjAttribute attr)Invoked when a missing attribute in ObjEntity is completed from DbEntityvoidobjRelationshipAdded(ObjRelationship rel)Invoked when a missing relationship in ObjEntity is completed from DbEntity
- 
Method Details- 
objAttributeAddedInvoked when a missing attribute in ObjEntity is completed from DbEntity
- 
objRelationshipAddedInvoked when a missing relationship in ObjEntity is completed from DbEntity
 
-