{ attributes = ( { allowsNull = N; columnName = "MOVIE_ID"; name = movieID; precision = 9; prototypeName = id; }, { allowsNull = Y; columnName = SUMMARY; externalType = TEXT; name = summary; prototypeName = varcharLarge; } ); attributesUsedForLocking = (movieID); className = "org.wocommunity.movies.model.server.PlotSummary"; classProperties = (summary, movie); externalName = plotsummary; fetchSpecificationDictionary = {}; internalInfo = { "_clientClassPropertyNames" = (summary, movie); "_javaClientClassName" = "org.wocommunity.movies.model.client.PlotSummary"; "_nameInObjectStore" = "PLOT_SUMMARY"; }; maxNumberOfInstancesToBatchFetch = 10; name = PlotSummary; primaryKeyAttributes = (movieID); relationships = ( { destination = Movie; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = movieID; sourceAttribute = movieID; }); name = movie; } ); }