| 限定符和类型 | 方法和说明 |
|---|---|
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–2021. All rights reserved.