public class Pages extends Object
| 构造器和说明 |
|---|
Pages() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
doPageCount(Pageable pageable,
com.github.pagehelper.ISelect select) |
static <E> List<E> |
doPageQuery(Pageable pageable,
Supplier<List<E>> select) |
static <E> List<E> |
doPageQueryWithoutCount(Pageable pageable,
Supplier<List<E>> select) |
static boolean |
hasPageHelper() |
Copyright © 2025 fossc. All rights reserved.