Q - RT - public class UnionImpl<Q extends Query & Projectable,RT> extends Object implements Union<RT>
| Constructor and Description | 
|---|
| UnionImpl(Q query,
         List<? extends Expression<?>> projection) | 
| 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 | 
| String | toString() | 
public UnionImpl(Q query, List<? extends Expression<?>> projection)
public List<RT> list()
Unionpublic com.mysema.commons.lang.CloseableIterator<RT> iterate()
Unionpublic Union<RT> groupBy(Expression<?>... o)
Unionpublic Union<RT> having(Predicate... o)
Unionpublic Union<RT> orderBy(OrderSpecifier<?>... o)
UnionCopyright © 2007–2015 Querydsl. All rights reserved.