|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryBuilder<O>
The query builder allows to create queries.
| Method Summary | |
|---|---|
Query<O> |
get()
Compute and returns the ObjectQuery for this builder. |
QueryBuilder<O> |
orderBy(String orderBy)
Set the order by clause of the query. |
QueryBuilder<O> |
where(String where)
Set the where clause of the query. |
| Method Detail |
|---|
QueryBuilder<O> where(String where)
throws NullPointerException
Set the where clause of the query.
where - the where clause
NullPointerException - if the argument is null
QueryBuilder<O> orderBy(String orderBy)
throws NullPointerException
Set the order by clause of the query.
orderBy - the order by clause
NullPointerException - if the argument is null
Query<O> get()
throws IllegalStateException
Compute and returns the ObjectQuery for this builder.
IllegalStateException - if the builder cannot build the query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||