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 TypeMethodDescriptionvoid
Invoked when a missing attribute in ObjEntity is completed from DbEntityvoid
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
-