| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EORelationshipManipulation
EORelationshipManipulation provides methods for generically adding and removing relationships between objects, handling both one-way and reciprocal relationships.
| Method Summary | |
|---|---|
 void | 
addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject,
                                          java.lang.String aKey)
As addObjectToProperty with key, but also performs the reciprocal operation on the other side of the relationship.  | 
 void | 
addObjectToPropertyWithKey(java.lang.Object anObject,
                           java.lang.String aKey)
Adds the specified object to the relationship on this object specified by the key.  | 
 void | 
removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject,
                                               java.lang.String aKey)
As removeObjectFromPropertyWithKey with key, but also performs the reciprocal operation on the other side of the relationship.  | 
 void | 
removeObjectFromPropertyWithKey(java.lang.Object anObject,
                                java.lang.String aKey)
Removes the specified object from the relationship on this object specified by the key.  | 
| Method Detail | 
|---|
void addObjectToPropertyWithKey(java.lang.Object anObject,
                                java.lang.String aKey)
void removeObjectFromPropertyWithKey(java.lang.Object anObject,
                                     java.lang.String aKey)
void addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject,
                                               java.lang.String aKey)
void removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject,
                                                    java.lang.String aKey)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||