| 程序包 | 说明 |
|---|---|
| io.polaris.core.jdbc.sql.query | |
| io.polaris.mybatis.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Pagination |
| 限定符和类型 | 方法和说明 |
|---|---|
static Pageable |
Pageable.newInstance() |
static Pageable |
Pageable.newInstance(int pageNum,
int pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
Pages.doPageCount(Pageable papageable,
com.github.pagehelper.ISelect select) |
static <E> List<E> |
Pages.doPageQuery(Pageable pageable,
Supplier<List<E>> select) |
static <E> List<E> |
Pages.doPageQueryWithoutCount(Pageable pageable,
Supplier<List<E>> select) |
Copyright © 2024 fossc. All rights reserved.