Interface ClauseWithGroupBy<E extends EntityBean>

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      SelectStatement<E> get()  
      default GroupBy<E> groupBy​(io.github.mmm.value.PropertyPath<?> path)  
      default GroupBy<E> groupBy​(io.github.mmm.value.PropertyPath<?>... paths)  
      • Methods inherited from interface io.github.mmm.entity.bean.sql.Clause

        isOmit
      • Methods inherited from interface io.github.mmm.marshall.MarshallableObject

        write, writeObject
      • Methods inherited from interface io.github.mmm.marshall.UnmarshallableObject

        read, readObject
    • Method Detail

      • groupBy

        default GroupBy<E> groupBy​(io.github.mmm.value.PropertyPath<?> path)
        Parameters:
        path - the PropertyPath to add as GroupBy-clause.
        Returns:
        the GroupBy-clause for fluent API calls.
      • groupBy

        default GroupBy<E> groupBy​(io.github.mmm.value.PropertyPath<?>... paths)
        Parameters:
        paths - the PropertyPaths to add as GroupBy-clause.
        Returns:
        the GroupBy-clause for fluent API calls.