Interface GroupByBuilder<X extends GroupByBuilder<X>>

    • Method Detail

      • groupBy

        X groupBy​(String... expressions)
        Adds a group by clause with the given expressions to the query.
        Parameters:
        expressions - The expressions for the group by clauses
        Returns:
        The query builder for chaining calls
      • groupBy

        X groupBy​(String expression)
        Adds a group by clause with the given expression to the query.
        Parameters:
        expression - The expression for the group by clause
        Returns:
        The query builder for chaining calls