|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface TablePageQuery
Allows programmatic querying of TablePage
s.
方法摘要 | |
---|---|
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)
TablePage listPage(int firstResult, int maxResults)
TablePage
.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |