public class ConditionPageInfo<T> extends PageInfo<T>
| Constructor and Description |
|---|
ConditionPageInfo(int pageIndex,
int pageSize) |
ConditionPageInfo(PageInfo<T> pageInfo,
Consumer<WhereCondition> condition) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<WhereCondition> |
getAppendWhere() |
getRealSize, getRecords, isEmpty, isNotEmpty, selectNextPage, selectNextPage, toStringgetCacheTotal, getPageIndex, getPageSize, getTotal, getTotalPage, hasNextPage, hasPreviousPage, initTotalPage, setTotalpublic ConditionPageInfo(int pageIndex,
int pageSize)
public ConditionPageInfo(PageInfo<T> pageInfo, Consumer<WhereCondition> condition)
public Consumer<WhereCondition> getAppendWhere()
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.