|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TablePageQuery
| Method Summary | |
|---|---|
TablePageQuery |
orderAsc(java.lang.String column)
orders the resulting table page rows by the given column in ascending order. |
TablePageQuery |
orderDesc(java.lang.String column)
orders the resulting table page rows by the given column in descending order. |
TablePage |
singleResult()
executes the query and returns the TablePage. |
TablePageQuery |
size(int size)
the number of elements that the page maximum can contain |
TablePageQuery |
start(int start)
the record number of the first element of the page. |
TablePageQuery |
tableName(java.lang.String tableName)
the name of the table of which a page must be fetched. |
| Method Detail |
|---|
TablePageQuery tableName(java.lang.String tableName)
TablePageQuery start(int start)
TablePageQuery size(int size)
TablePageQuery orderAsc(java.lang.String column)
TablePageQuery orderDesc(java.lang.String column)
TablePage singleResult()
TablePage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||