| 限定符和类型 | 方法和说明 |
|---|---|
static <E> PagerResult<E> |
PagerResult.empty()
创建一个空结果
|
static <E> PagerResult<E> |
PagerResult.of(int total,
List<E> list)
创建一个分页结果
|
static <E> PagerResult<E> |
PagerResult.of(int total,
List<E> list,
org.hswebframework.ezorm.core.param.QueryParam entity)
创建一个分页结果,并将查询参数中的分页索引等信息填充到分页结果中
|
Copyright © 2016–2023. All rights reserved.