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, set
where
Q groupBy(Expression<?>... o)
o
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.