|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Q
- public interface SimpleQuery<Q extends SimpleQuery<Q>>
Method Summary | |
---|---|
Q |
limit(long limit)
Defines the limit / max results for the query results |
Q |
offset(long offset)
Defines the offset for the query results |
Q |
orderBy(OrderSpecifier<?>... o)
Defines the order expressions |
Q |
restrict(QueryModifiers modifiers)
Defines both limit and offset of the query results |
Q |
where(EBoolean... e)
Defines the filter constraints |
Method Detail |
---|
Q where(EBoolean... e)
e
-
Q limit(@Nonnegative long limit)
limit
-
Q offset(@Nonnegative long offset)
offset
-
Q restrict(QueryModifiers modifiers)
modifiers
-
Q orderBy(OrderSpecifier<?>... o)
o
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |