PATH |
Inherits from: Object
Package: com.webobjects.eoaccess
An EOJoin describes one source-destination attribute pair for an EORelationship. See the EORelationship class specification for more information and for examples.
Constructors EOJoin Querying the join destinationAttribute isReciprocalToJoin sourceAttribute
public EOJoin( EOAttribute source, EOAttribute destination)
See Also: addJoin (EORelationship)
public Object clone()
public EOAttribute destinationAttribute()
See Also: destinationAttributes (EORelationship)
public boolean equals(Object anObject)
public boolean isReciprocalToJoin(EOJoin otherJoin)
true
if this join's source attribute is equal to otherJoin's destination attribute and otherJoin's source attribute is equal to this join's destination attribute. This is known as a back-referencing join.
See Also: inverseRelationship (EORelationship)
public EOAttribute sourceAttribute()
See Also: sourceAttributes (EORelationship)
public String toString()
© 2001 Apple Computer, Inc. (Last Published April 13, 2001)