| 类 | 说明 |
|---|---|
| Order | |
| PageBounds |
分页查询对象
|
| PageList<E> |
包含“分页”信息的List
要得到总页数请使用 toPaginator().getTotalPages();
|
| Paginator |
分页器,根据page,limit,totalCount用于页面上分页显示多项内容,计算页码和当前页的偏移量,方便页面分页使用.
|
| 枚举 | 说明 |
|---|---|
| Order.Direction |
PropertyPath implements the pairing of an
Order.Direction and a property. |
Copyright © 2013. All Rights Reserved.