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 Summary
Modifier and Type Method Description void
objAttributeAdded(ObjAttribute attr)
Invoked when a missing attribute in ObjEntity is completed from DbEntityvoid
objRelationshipAdded(ObjRelationship rel)
Invoked when a missing relationship in ObjEntity is completed from DbEntity
-
Method Details
-
objAttributeAdded
Invoked when a missing attribute in ObjEntity is completed from DbEntity -
objRelationshipAdded
Invoked when a missing relationship in ObjEntity is completed from DbEntity
-