Interface QueryPartLinked<T extends QueryPartLinked<T>>

    • Method Detail

      • parent

        QueryPartLinked<?> parent()
        Get the parent of this expression
        Returns:
        The parent expression
      • parent

        T parent​(QueryPartLinked<?> parent)
        Set the parent of this expression
        Parameters:
        parent - The parent expression
        Returns:
        This instance
      • ext

        default <U extends QueryPartLinked<U>> U ext​(U ext)
        Continue the building chain with any element, for example custom implemented expressions.
        Type Parameters:
        U - The type of the parameter
        Parameters:
        ext - The custom expression
        Returns:
        The custom expression