| Package | Description | 
|---|---|
| com.querydsl.core | 
 Basic Query elements 
 | 
| com.querydsl.core.group | 
 Aggregating post processing functionality 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FetchableQuery<T,Q extends FetchableQuery<T,Q>>
FetchableQuery extends Fetchable and SimpleQuery with projection changing
 methods and result aggregation functionality using ResultTransformer instances. | 
| Modifier and Type | Method and Description | 
|---|---|
FetchableQuery<Tuple,?> | 
FetchableQuery.select(Expression<?>... exprs)
Change the projection of this query 
 | 
<U> FetchableQuery<U,?> | 
FetchableQuery.select(Expression<U> expr)
Change the projection of this query 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ResultTransformer.transform(FetchableQuery<?,?> query)
Execute the given query and transform the results 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<K,V> | 
GroupByMap.transform(FetchableQuery<?,?> query)  | 
RES | 
GroupByGenericMap.transform(FetchableQuery<?,?> query)  | 
java.util.List<V> | 
GroupByList.transform(FetchableQuery<?,?> query)  | 
com.mysema.commons.lang.CloseableIterator<V> | 
GroupByIterate.transform(FetchableQuery<?,?> query)  | 
RES | 
GroupByGenericCollection.transform(FetchableQuery<?,?> query)  | 
Copyright © 2007–2021 Querydsl. All rights reserved.