home *** CD-ROM | disk | FTP | other *** search
- {
- attributes = (
- {
- columnName = NAME;
- externalType = VARCHAR2;
- name = name;
- valueClassName = NSString;
- width = 20;
- },
- {
- columnName = PRODUCT_ID;
- externalType = NUMBER;
- name = productID;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- },
- {
- columnName = RENTAL_TERMS_ID;
- externalType = NUMBER;
- name = rentalTermsID;
- precision = 9;
- valueClassName = NSNumber;
- valueType = i;
- }
- );
- attributesUsedForLocking = (productID, rentalTermsID, name);
- className = GamePlayer;
- classProperties = (name, rentalTerms, units);
- externalName = GAME_PLAYER;
- maxNumberOfInstancesToBatchFetch = 20;
- name = GamePlayer;
- parent = Product;
- primaryKeyAttributes = (productID);
- relationships = (
- {
- destination = RentalTerms;
- isToMany = N;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = rentalTermID; sourceAttribute = rentalTermsID; });
- name = rentalTerms;
- },
- {
- deleteRule = EODeleteRuleDeny;
- destination = Unit;
- isToMany = Y;
- joinSemantic = EOInnerJoin;
- joins = ({destinationAttribute = productID; sourceAttribute = productID; });
- name = units;
- numberOfToManyFaultsToBatchFetch = 20;
- }
- );
- }
-