public class PagerResult<E> extends Object
| Constructor and Description |
|---|
PagerResult() |
PagerResult(int total,
List<E> data) |
| Modifier and Type | Method and Description |
|---|---|
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–2021. All rights reserved.