| 程序包 | 说明 |
|---|---|
| cn.ponfee.disjob.common.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> PageResponse<T> |
PageResponse.empty() |
<P extends PageRequest,A> |
PageRequest.query(ToLongFunction<P> queryCount,
Function<P,List<A>> queryRecord) |
<P extends PageRequest,A,B> |
PageRequest.query(ToLongFunction<P> queryCount,
Function<P,List<A>> queryRecords,
Function<A,B> mapper) |
Copyright © 2024. All rights reserved.