|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Q
- concrete subtypepublic interface SimpleQuery<Q extends SimpleQuery<Q>>
SimpleQuery defines a simple querying interface than Query
Query
Method Summary | ||
---|---|---|
Q |
distinct()
Set the Query to return distinct results |
|
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 |
|
|
set(ParamExpression<T> param,
T value)
Set the given parameter to the given value |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Method Detail |
---|
Q limit(@Nonnegative long limit)
limit
-
Q offset(@Nonnegative long offset)
offset
-
Q restrict(QueryModifiers modifiers)
modifiers
-
Q orderBy(OrderSpecifier<?>... o)
o
-
<T> Q set(ParamExpression<T> param, T value)
T
- param
- value
-
Q distinct()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |