Inherits from: NSObject
Package: com.apple.yellow.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 EOAttribute destinationAttribute()
See Also: destinationAttributes ( EORelationship)
public boolean isReciprocalToJoin(EOJoin otherJoin)
See Also: inverseRelationship ( EORelationship)
public EOAttribute sourceAttribute()
See Also: sourceAttributes ( EORelationship)