| Package | Description |
|---|---|
| com.dynamic.sql.plugins.pagination |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionPageInfo<T> |
| Modifier and Type | Method and Description |
|---|---|
PageInfo<T> |
PageInfo.selectNextPage(Supplier<T> selectSupplier)
Deprecated.
方法设计不合理,不需要重新返回对象,也不需要重复传递查询语句
|
<T> PageInfo<T> |
PageHelper.GeneralPageHelper.selectPage(Supplier<T> selectSupplier)
执行分页查询并返回分页结果
PageInfo 对象。 |
| Constructor and Description |
|---|
ConditionPageInfo(PageInfo<T> pageInfo,
Consumer<WhereCondition> condition) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.