public class PageUtil
extends cn.hutool.core.util.PageUtil
| 构造器和说明 |
|---|
PageUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> void |
batch(Consumer<List<T>> consumer,
List<T> entityList,
int maxBatchSize) |
static <T> void |
batch(Consumer<T[]> consumer,
T[] array,
int maxSize) |
static <T> List<T> |
toPage(int page,
int size,
List<T> list) |
Copyright © 2022–2023. All rights reserved.