Class FetchReturn

    • Constructor Summary

      Constructors 
      Constructor Description
      FetchReturn​(NonScalarReturn owner, java.lang.String ownerProperty, java.lang.String alias, LockMode lockMode)
      Creates a return descriptor for an association fetch.
    • Constructor Detail

      • FetchReturn

        public FetchReturn​(NonScalarReturn owner,
                           java.lang.String ownerProperty,
                           java.lang.String alias,
                           LockMode lockMode)
        Creates a return descriptor for an association fetch.
        Parameters:
        owner - The return descriptor for the owner of the fetch
        ownerProperty - The name of the property represernting the association being fetched
        alias - The alias for the fetch
        lockMode - The lock mode to apply to the fetched association.
    • Method Detail

      • getOwner

        public NonScalarReturn getOwner()
        Retrieves the return descriptor for the owner of this fetch.
        Returns:
        The owner
      • getOwnerProperty

        public java.lang.String getOwnerProperty()
        The name of the property on the owner which represents this association.
        Returns:
        The property name.