WebObjects 5.2.3

Uses of Class
com.webobjects.eoaccess.EOJoin

Packages that use EOJoin
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
 

Uses of EOJoin in com.webobjects.eoaccess
 

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.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.