Q
- concrete subtypepublic interface Query<Q extends Query<Q>> extends SimpleQuery<Q>
Query
defines the main query interface of the fluent query language.
Note that the from method has been left out, since there are implementation specific variants of it.
SimpleQuery
Modifier and Type | Method and Description |
---|---|
Q |
groupBy(Expression<?>... o)
Add grouping/aggregation expressions
|
Q |
having(Predicate... o)
Add filters for aggregation
|
distinct, limit, offset, orderBy, restrict, set
where
Q groupBy(Expression<?>... o)
o
- group by expressionsCopyright © 2007–2016 Querydsl. All rights reserved.