| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UnionImpl<Q extends Query & Projectable,RT>Default implementation of the Union interface | 
| Modifier and Type | Method and Description | 
|---|---|
| Union<RT> | Union. groupBy(Expression<?>... o)Defines the grouping/aggregation expressions | 
| Union<RT> | UnionImpl. groupBy(Expression<?>... o) | 
| Union<RT> | Union. having(Predicate... o)Defines the filters for aggregation | 
| Union<RT> | UnionImpl. having(Predicate... o) | 
| Union<RT> | Union. orderBy(OrderSpecifier<?>... o)Define the ordering of the query results | 
| Union<RT> | UnionImpl. orderBy(OrderSpecifier<?>... o) | 
| <RT> Union<RT> | ProjectableSQLQuery. union(ListSubQuery<RT>... sq)Creates an union expression for the given subqueries | 
| <RT> Union<RT> | ProjectableSQLQuery. union(SubQueryExpression<RT>... sq)Creates an union expression for the given subqueries | 
| <RT> Union<RT> | ProjectableSQLQuery. unionAll(ListSubQuery<RT>... sq)Creates an union expression for the given subqueries | 
| <RT> Union<RT> | ProjectableSQLQuery. unionAll(SubQueryExpression<RT>... sq)Creates an union expression for the given subqueries | 
Copyright © 2007–2015 Querydsl. All rights reserved.