{ attributes = ( {allowsNull = Y; columnName = PHOTO; name = photo; prototypeName = blob; }, { allowsNull = N; columnName = "TALENT_ID"; name = talentID; prototypeName = id; } ); attributesUsedForLocking = (talentID); className = "org.wocommunity.movies.model.server.TalentPhoto"; classProperties = (photo, talent); externalName = talentphoto; fetchSpecificationDictionary = {}; internalInfo = { "_clientClassPropertyNames" = (photo, talent); "_javaClientClassName" = "org.wocommunity.movies.model.client.TalentPhoto"; "_nameInObjectStore" = "TALENT_PHOTO"; }; maxNumberOfInstancesToBatchFetch = 10; name = TalentPhoto; primaryKeyAttributes = (talentID); relationships = ( { destination = Talent; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = talentID; sourceAttribute = talentID; }); name = talent; } ); }