home *** CD-ROM | disk | FTP | other *** search
- {
- attributes = (
- {
- columnName = MOVIE_ID;
- externalType = NUMBER;
- name = movieId;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- },
- {
- allowsNull = Y;
- columnName = SUMMARY;
- externalType = "LONG RAW";
- name = summary;
- valueClassName = NSData;
- }
- );
- attributesUsedForLocking = (movieId);
- className = EOGenericRecord;
- classProperties = (summary, movie);
- externalName = PLOT_SUMMARY;
- maxNumberOfInstancesToBatchFetch = 10;
- name = PlotSummary;
- primaryKeyAttributes = (movieId);
- relationships = (
- {
- destination = Movie;
- isToMany = N;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = movieID; sourceAttribute = movieId; });
- name = movie;
- }
- );
- }
-