| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.page |
| 限定符和类型 | 方法和说明 |
|---|---|
PageHelper.PagingMethod |
PageHelper.getPagingMethod()
获取pagingMethod分页查询的方法名称
如果pagingMethod为空 默认 count 方法名为"count",select方法名为"select" |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PageHelper.setPagingMethod(PageHelper.PagingMethod pagingMethod)
设置pagingMethod,count(统计),select(查询)方法的名称
|
Copyright © 2021. All rights reserved.