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