|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TablePageQuery
Allows programmatic querying of TablePages.
| Method Summary | |
|---|---|
TablePage |
listPage(int firstResult,
int maxResults)
Executes the query and returns the TablePage. |
TablePageQuery |
orderAsc(String column)
Orders the resulting table page rows by the given column in ascending order. |
TablePageQuery |
orderDesc(String column)
Orders the resulting table page rows by the given column in descending order. |
TablePageQuery |
tableName(String tableName)
The name of the table of which a page must be fetched. |
| Method Detail |
|---|
TablePageQuery tableName(String tableName)
TablePageQuery orderAsc(String column)
TablePageQuery orderDesc(String column)
TablePage listPage(int firstResult,
int maxResults)
TablePage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||