Class Expression<T extends Expression<T>>

    • Method Detail

      • parenthesize

        public T parenthesize()
        Indicate that this expression should be wrapped in parentheses when converted to a query string
        Returns:
        this
      • parenthesize

        public T parenthesize​(boolean parenthesize)
        Indicate if this expression should be wrapped in parentheses when converted to a query string
        Parameters:
        parenthesize -
        Returns:
        this