|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query<O>
A base interface for all queries.
| Method Summary | |
|---|---|
QueryResult<O> |
objects()
Executes the query and return the result as a serie of Chromattic entities. |
QueryResult<O> |
objects(java.lang.Long offset,
java.lang.Long limit)
Executes the query and return the result as a serie of Chromattic entities with the specified limit and offset. |
| Method Detail |
|---|
QueryResult<O> objects()
throws ChromatticException
ChromatticException - any chromattic exception
QueryResult<O> objects(java.lang.Long offset,
java.lang.Long limit)
throws ChromatticException
offset - the optional offsetlimit - the optional limit
ChromatticException - any chromattic exception
java.lang.IllegalArgumentException - if the offset or limit argument is negative
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||