| 构造器和说明 |
|---|
PageParams() |
PageParams(int pageNo,
int pageSize) |
PageParams(int pageNo,
int pageSize,
OrderBy orderBy) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OrderBy> |
getOrderBys() |
int |
getPageNo() |
int |
getPageSize() |
boolean |
isConcurrency() |
int |
offset() |
PageParams |
orderBy(OrderBy orderBy) |
PageParams |
orderBys(OrderBy... orderBys) |
void |
setConcurrency(boolean concurrency) |
void |
setOrderBys(List<OrderBy> orderBys) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
String |
toString() |
public PageParams()
public PageParams(int pageNo,
int pageSize)
public PageParams(int pageNo,
int pageSize,
OrderBy orderBy)
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public boolean isConcurrency()
public void setConcurrency(boolean concurrency)
public PageParams orderBy(OrderBy orderBy)
public PageParams orderBys(OrderBy... orderBys)
public int offset()
Copyright © 2025. All rights reserved.