Class GroupingBy<T,​R>

  • Type Parameters:
    T - type of grouped objects
    R - The driver result of a query like ResultSet
    All Implemented Interfaces:
    Groupable<T,​R>

    public class GroupingBy<T,​R>
    extends Object
    implements Groupable<T,​R>
    Create group of objects with a tabular result <R>.
    Author:
    alisson