public class PagerResult<E> extends Object
| 构造器和说明 |
|---|
PagerResult() |
PagerResult(int total,
List<E> data) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> PagerResult<E> |
empty() |
static <E> PagerResult<E> |
of(int total,
List<E> list) |
static <E> PagerResult<E> |
of(int total,
List<E> list,
org.hswebframework.ezorm.core.param.QueryParam entity) |
public static <E> PagerResult<E> empty()
public static <E> PagerResult<E> of(int total, List<E> list)
public static <E> PagerResult<E> of(int total, List<E> list, org.hswebframework.ezorm.core.param.QueryParam entity)
Copyright © 2016–2020. All rights reserved.