|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Union | |
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl |
| Uses of Union in com.mysema.query.sql |
|---|
| Classes in com.mysema.query.sql that implement Union | |
|---|---|
class |
AbstractSQLQuery.UnionBuilder<RT>
|
| Methods in com.mysema.query.sql that return Union | ||
|---|---|---|
Union<RT> |
Union.orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results |
|
|
SQLQuery.union(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries |
|
|
SQLQuery.union(SubQueryExpression<RT>... sq)
Creates an union expression for the given subqueries |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||