| Package | Description |
|---|---|
| com.dynamic.sql.plugins.pagination |
| Modifier and Type | Method and Description |
|---|---|
PageHelper.GeneralPageHelper |
PageHelper.GeneralPageHelper.applyWhere(Consumer<WhereCondition> condition)
将查询条件应用到当前的分页查询中
|
static PageHelper.GeneralPageHelper |
PageHelper.of(int pageIndex,
int pageSize)
创建一个通用的 GeneralPageHelper 实例,指定页码和页大小。
|
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.