home *** CD-ROM | disk | FTP | other *** search
- {
- attributes = (
- {
- adaptorValueConversionMethodName = TIFFRepresentation;
- allowsNull = Y;
- columnName = PHOTO;
- externalType = "LONG RAW";
- factoryMethodArgumentType = EOFactoryMethodArgumentIsNSData;
- name = photo;
- valueClassName = NSImage;
- valueFactoryMethodName = "imageWithData:";
- },
- {
- columnName = TALENT_ID;
- externalType = NUMBER;
- name = talentID;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- }
- );
- attributesUsedForLocking = (talentID);
- className = EOGenericRecord;
- classProperties = (photo, talent);
- externalName = TALENT_PHOTO;
- maxNumberOfInstancesToBatchFetch = 10;
- name = TalentPhoto;
- primaryKeyAttributes = (talentID);
- relationships = (
- {
- destination = Talent;
- isToMany = N;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = talentID; sourceAttribute = talentID; });
- name = talent;
- }
- );
- }
-