home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / PlotSummary.plist < prev    next >
Encoding:
Text File  |  1996-07-11  |  966 b   |  36 lines

  1. {
  2.     attributes = (
  3.         {
  4.             columnName = MOVIE_ID; 
  5.             externalType = NUMBER; 
  6.             name = movieId; 
  7.             precision = 9; 
  8.             valueClassName = NSNumber; 
  9.             valueType = i; 
  10.         }, 
  11.         {
  12.             allowsNull = Y; 
  13.             columnName = SUMMARY; 
  14.             externalType = "LONG RAW"; 
  15.             name = summary; 
  16.             valueClassName = NSData; 
  17.         }
  18.     ); 
  19.     attributesUsedForLocking = (movieId); 
  20.     className = EOGenericRecord; 
  21.     classProperties = (summary, movie); 
  22.     externalName = PLOT_SUMMARY; 
  23.     maxNumberOfInstancesToBatchFetch = 10; 
  24.     name = PlotSummary; 
  25.     primaryKeyAttributes = (movieId); 
  26.     relationships = (
  27.         {
  28.             destination = Movie; 
  29.             isToMany = N; 
  30.             joinSemantic = EOInnerJoin; 
  31.             joins = ({destinationAttribute = movieID; sourceAttribute = movieId; }); 
  32.             name = movie; 
  33.         }
  34.     ); 
  35. }
  36.