|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query<Q extends Query<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| Method Summary | |
|---|---|
Q |
groupBy(Expression<?>... o)
Defines the grouping/aggregation expressions |
Q |
having(Predicate... o)
Defines the filters for aggregation |
| Methods inherited from interface com.mysema.query.SimpleQuery |
|---|
distinct, limit, offset, orderBy, restrict, set |
| Methods inherited from interface com.mysema.query.FilteredClause |
|---|
where |
| Method Detail |
|---|
Q groupBy(Expression<?>... o)
o -
Q having(Predicate... o)
o -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||