Interface FromProvider

    • Method Detail

      • getRoots

        Set<From> getRoots()
        Returns the query roots.
        Returns:
        The roots of this query
        Since:
        1.2.0
      • getFrom

        From getFrom​(String alias)
        Returns the from element for the given alias or null.
        Parameters:
        alias - The alias of the from element
        Returns:
        The from element of this query or null if not found
        Since:
        1.2.0
      • getFromByPath

        From getFromByPath​(String path)
        Returns the from element for the given path, creating it if necessary.
        Parameters:
        path - The path to the from element
        Returns:
        The from element of this query
        Since:
        1.2.0
      • getPath

        Path getPath​(String path)
        Returns the path object for the given path string, creating it if necessary.
        Parameters:
        path - The path string
        Returns:
        The path object for this query
        Since:
        1.2.1