home *** CD-ROM | disk | FTP | other *** search
- {
- attributes = (
- {
- columnName = MOVIE_ID;
- externalType = NUMBER;
- name = movieID;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- },
- {
- columnName = TALENT_ID;
- externalType = NUMBER;
- name = talentID;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- }
- );
- attributesUsedForLocking = (movieID, talentID);
- className = EOGenericRecord;
- externalName = DIRECTOR;
- maxNumberOfInstancesToBatchFetch = 10;
- name = Director;
- primaryKeyAttributes = (movieID, talentID);
- relationships = (
- {
- destination = Movie;
- isToMany = N;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = movieID; sourceAttribute = movieID; });
- name = toMovie;
- },
- {
- destination = Talent;
- isToMany = N;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = talentID; sourceAttribute = talentID; });
- name = toTalent;
- }
- );
- }
-