Creates a return descriptor for an association fetch.paramowner The return descriptor for the owner of the fetchparamownerProperty The name of the property represernting the association being fetchedparamalias The alias for the fetchparamlockMode The lock mode to apply to the fetched association. super( alias, lockMode ); this.owner = owner; this.ownerProperty = ownerProperty;
super( alias, lockMode ); this.owner = owner; this.ownerProperty = ownerProperty;
Retrieves the return descriptor for the owner of this fetch.returnThe owner return owner;
return owner;
The name of the property on the owner which represents this association.returnThe property name. return ownerProperty;
return ownerProperty;