{ attributes = ( { allowsNull = N; columnName = "MOVIE_ID"; externalType = integer; name = movieID; prototypeName = id; }, { allowsNull = N; columnName = "TALENT_ID"; externalType = integer; name = talentID; prototypeName = id; } ); attributesUsedForLocking = (movieID, talentID); className = "org.wocommunity.movies.model.server.Director"; externalName = director; fetchSpecificationDictionary = {}; internalInfo = { "_javaClientClassName" = "org.wocommunity.movies.model.client.Director"; "_nameInObjectStore" = DIRECTOR; }; maxNumberOfInstancesToBatchFetch = 10; name = Director; primaryKeyAttributes = (movieID, talentID); relationships = ( { destination = Movie; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = movieID; sourceAttribute = movieID; }); name = toMovie; }, { destination = Talent; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = talentID; sourceAttribute = talentID; }); name = toTalent; } ); }