public interface TablePageQuery
TablePages.| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
TablePageQuery tableName(String tableName)
TablePageQuery orderAsc(String column)
TablePageQuery orderDesc(String column)
Copyright © 2018. All rights reserved.