Class GroupByList<K,V>

java.lang.Object
com.querydsl.core.group.AbstractGroupByTransformer<K,List<V>>
com.querydsl.core.group.GroupByList<K,V>
Type Parameters:
K -
V -
All Implemented Interfaces:
ResultTransformer<List<V>>

public class GroupByList<K,V> extends AbstractGroupByTransformer<K,List<V>>
Provides aggregated results as a list
Author:
tiwe
  • Method Details

    • transform

      public List<V> transform(FetchableQuery<?,?> query)
      Description copied from interface: ResultTransformer
      Execute the given query and transform the results
      Parameters:
      query - query to be used for execution
      Returns:
      transformed results
    • transform

      protected V transform(Group group)