public interface Query<Q extends Query<Q>> extends SimpleQuery<Q>
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, setwhereQ groupBy(Expression<?>... o)
o - Copyright © 2007–2015 Querydsl. All rights reserved.