Package | Description |
---|---|
com.mysema.query.jdo.sql | |
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
Modifier and Type | Method and Description |
---|---|
<RT> Union<RT> |
AbstractSQLQuery.union(ListSubQuery<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.union(SubQueryExpression<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.unionAll(ListSubQuery<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.unionAll(SubQueryExpression<RT>... sq) |
Modifier and Type | Method and Description |
---|---|
protected <RT> Union<RT> |
AbstractSQLQuery.innerUnion(SubQueryExpression<?>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.union(ListSubQuery<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.union(SubQueryExpression<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.unionAll(ListSubQuery<RT>... sq) |
<RT> Union<RT> |
AbstractSQLQuery.unionAll(SubQueryExpression<RT>... sq) |
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> |
AbstractSQLQuery.union(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries
|
<RT> Union<RT> |
AbstractSQLQuery.union(SubQueryExpression<RT>... sq)
Creates an union expression for the given subqueries
|
<RT> Union<RT> |
AbstractSQLQuery.unionAll(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries
|
<RT> Union<RT> |
AbstractSQLQuery.unionAll(SubQueryExpression<RT>... sq)
Creates an union expression for the given subqueries
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.