public class Pages extends Object
| 构造器和说明 |
|---|
Pages() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
doPageCount(Pageable papageable,
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) |
Copyright © 2024 fossc. All rights reserved.