Inherits From:
NSObject
Declared in: EOAccess/EOSQLQualifier.h
Creates a copy of the receiver, translates all the copy's keys to work with the entity specified in relationshipPath, and returns the copy. The receiver's keys are all specified in terms of entity. For example, assume that an Employee entity has a relationship to a Department entity named "department". You could migrate a qualifier described in terms of the Employee entity (department.name = `Finance', for example) to a qualifier described in terms of the Department entity (name = `Finance'). To do so, you send a qualifierMigratedFromEntity:relationshipPath: message with the Employee entity as the entity and "department" as the relationship path.
Copyright © 1997, Apple Computer, Inc. All rights reserved.