|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query<SubType extends Query<SubType>>
Query provides a query interface of the fluent query DSL.
Note that the from method has been left out, since there are implementation specific variants of it.
| Method Summary | |
|---|---|
SubType |
groupBy(Expr<?>... o)
Defines the grouping/aggregation expressions |
SubType |
having(EBoolean... o)
Defines the filters for aggregation |
SubType |
limit(long limit)
Defines the limit / max results for the query results |
SubType |
offset(long offset)
Defines the offset for the query results |
SubType |
orderBy(OrderSpecifier<?>... o)
Defines the order expressions |
SubType |
restrict(QueryModifiers mod)
Defines both limit and offset of the query results |
SubType |
where(EBoolean... o)
Defines the filter constraints |
| Method Detail |
|---|
SubType where(EBoolean... o)
o -
SubType groupBy(Expr<?>... o)
o -
SubType having(EBoolean... o)
o -
SubType orderBy(OrderSpecifier<?>... o)
o -
SubType limit(@Nonnegative
long limit)
limit -
SubType offset(@Nonnegative
long offset)
offset -
SubType restrict(QueryModifiers mod)
mod -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||