| Package | Description |
|---|---|
| com.github.pagehelper |
| Modifier and Type | Field and Description |
|---|---|
static PageInfo |
PageInfo.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
<E> PageInfo<E> |
Page.doSelectPageInfo(ISelect select) |
static <T> PageInfo<T> |
PageInfo.emptyPageInfo()
返回一个空的 Pageinfo 对象
|
static <T> PageInfo<T> |
PageInfo.of(List<? extends T> list) |
static <T> PageInfo<T> |
PageInfo.of(List<? extends T> list,
int navigatePages) |
PageInfo<E> |
Page.toPageInfo() |
<T> PageInfo<T> |
Page.toPageInfo(Page.Function<E,T> function)
数据对象转换
|
Copyright © 2023. All rights reserved.