Interface HasFromList

  • All Known Implementing Classes:
    Query, QueryCollectionPathExpression

    public interface HasFromList
    Interface to define the types of things that can have from elements added to them.
    Author:
    Alex Kalderimis
    • Method Detail

      • addFrom

        void addFrom​(FromElement cls)
        Adds a FromElement to the FROM clause of this Query
        Parameters:
        cls - the FromElement to be added