| 程序包 | 说明 |
|---|---|
| com.github.pagehelper |
| 限定符和类型 | 字段和说明 |
|---|---|
static PageInfo |
PageInfo.EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
<E> PageInfo<E> |
Page.doSelectPageInfo(ISelect select) |
static <T> PageInfo<T> |
PageInfo.emptyPageInfo()
返回一个空的 Pageinfo 对象
|
static <T> PageInfo<T> |
PageInfo.of(List<T> list) |
static <T> PageInfo<T> |
PageInfo.of(List<T> list,
int navigatePages) |
PageInfo<E> |
Page.toPageInfo() |
<T> PageInfo<T> |
Page.toPageInfo(Page.Function<E,T> function)
数据对象转换
|
Copyright © 2021. All rights reserved.