{ attributes = ( {allowsNull = N; columnName = "MOVIE_ID"; name = movieID; prototypeName = id; }, { allowsNull = Y; columnName = "ROLE_NAME"; name = roleName; prototypeName = varchar50; }, { allowsNull = N; columnName = "TALENT_ID"; name = talentID; prototypeName = id; } ); attributesUsedForLocking = (talentID, movieID, roleName); className = "org.wocommunity.movies.model.server.MovieRole"; classProperties = (roleName, movie, talent); externalName = movierole; fetchSpecificationDictionary = {}; internalInfo = { "_clientClassPropertyNames" = (roleName, movie, talent); "_javaClientClassName" = "org.wocommunity.movies.model.client.MovieRole"; "_nameInObjectStore" = "MOVIE_ROLE"; }; maxNumberOfInstancesToBatchFetch = 10; name = MovieRole; primaryKeyAttributes = (movieID, talentID); relationships = ( { destination = Movie; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = movieID; sourceAttribute = movieID; }); name = movie; }, { destination = Talent; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = talentID; sourceAttribute = talentID; }); name = talent; } ); }