| Methods in com.webobjects.eoaccess with parameters of type EOJoin | 
 void | 
EORelationship.addJoin(EOJoin join)
 
          Adds a source-destination attribute pair to the relationship. | 
 void | 
EORelationship.removeJoin(EOJoin join)
 
          Deletes join from the relationship. | 
 boolean | 
EOJoin.isReciprocalToJoin(EOJoin otherJoin)
 
          Returns true if the receiver's source attribute is
 identical to otherJoin's destination attribute, and
 otherJoin's source attribute is equal to the
 receiver's destination attribute; returns false 
 otherwise. |