RT - return type of projectionpublic interface Union<RT>
| Modifier and Type | Method and Description | 
|---|---|
| Union<RT> | groupBy(Expression<?>... o)Defines the grouping/aggregation expressions | 
| Union<RT> | having(Predicate... o)Defines the filters for aggregation | 
| com.mysema.commons.lang.CloseableIterator<RT> | iterate()Get the projection as a typed Iterator | 
| List<RT> | list()Get the projection as a typed List | 
| Union<RT> | orderBy(OrderSpecifier<?>... o)Define the ordering of the query results | 
com.mysema.commons.lang.CloseableIterator<RT> iterate()
Union<RT> groupBy(Expression<?>... o)
o - Union<RT> having(Predicate... o)
o - Union<RT> orderBy(OrderSpecifier<?>... o)
o - Copyright © 2007–2015 Querydsl. All rights reserved.