org.apache.cayenne.util
Interface EntityMergeListener


public interface EntityMergeListener

EntityMergeListener interface defines API useful for listening to EntityMergeSupport processing.


Method Summary
 void objAttributeAdded(ObjAttribute attr)
          Invoked when a missing attribute in ObjEntity is completed from DbEntity
 void objRelationshipAdded(ObjRelationship rel)
          Invoked when a missing relationship in ObjEntity is completed from DbEntity
 

Method Detail

objAttributeAdded

void objAttributeAdded(ObjAttribute attr)
Invoked when a missing attribute in ObjEntity is completed from DbEntity


objRelationshipAdded

void objRelationshipAdded(ObjRelationship rel)
Invoked when a missing relationship in ObjEntity is completed from DbEntity



Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.