| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.plugins.pagination |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConditionPageInfo<T> |
| 限定符和类型 | 方法和说明 |
|---|---|
PageInfo<T> |
PageInfo.selectNextPage(Supplier<T> selectSupplier)
已过时。
方法设计不合理,不需要重新返回对象,也不需要重复传递查询语句
|
<T> PageInfo<T> |
PageHelper.GeneralPageHelper.selectPage(Supplier<T> selectSupplier)
执行分页查询并返回分页结果
PageInfo 对象。 |
| 构造器和说明 |
|---|
ConditionPageInfo(PageInfo<T> pageInfo,
Consumer<WhereCondition> condition) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.