public class JpowerPageHelper
extends com.github.pagehelper.PageHelper
| 构造器和说明 |
|---|
JpowerPageHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCountSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.cache.CacheKey countKey)
pagehelper分页数据权限sql拦截
|
void |
setProperties(Properties properties) |
afterAll, afterCount, afterPage, beforeCount, beforePage, doBoundSql, getPageSql, getPageSql, processParameterObject, skippublic String getCountSql(org.apache.ibatis.mapping.MappedStatement ms, org.apache.ibatis.mapping.BoundSql boundSql, Object parameterObject, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.cache.CacheKey countKey)
getCountSql 在接口中 com.github.pagehelper.DialectgetCountSql 在类中 com.github.pagehelper.PageHelperpublic void setProperties(Properties properties)
setProperties 在接口中 com.github.pagehelper.DialectsetProperties 在类中 com.github.pagehelper.PageHelperCopyright © 2024. All rights reserved.