Interface QueryPathExpressionWithSelect

    • Method Detail

      • addToSelect

        void addToSelect​(QuerySelectable selectable)
        Adds an element to the SELECT list. If the SELECT list is left empty, then the collection will use default behaviour.
        Parameters:
        selectable - a QuerySelectable
      • getQueryClass

        QueryClass getQueryClass()
        Returns the QueryClass of which the field is a member.
        Returns:
        a QueryClass