public class ExPageHelper
extends com.github.pagehelper.PageHelper
| 构造器和说明 |
|---|
ExPageHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterAll() |
boolean |
afterCount(long count,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds) |
Object |
afterPage(List pageList,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds) |
boolean |
beforeCount(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds) |
boolean |
beforePage(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds) |
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) |
String |
getPageSql(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 pageKey) |
String |
getPageSql(String sql,
com.github.pagehelper.Page page,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.cache.CacheKey pageKey) |
Object |
processParameterObject(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey pageKey) |
void |
setProperties(Properties properties) |
boolean |
skip(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds) |
public boolean skip(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds)
skip 在接口中 com.github.pagehelper.Dialectskip 在类中 com.github.pagehelper.PageHelperpublic boolean beforeCount(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds)
beforeCount 在接口中 com.github.pagehelper.DialectbeforeCount 在类中 com.github.pagehelper.PageHelperpublic 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 boolean afterCount(long count,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds)
afterCount 在接口中 com.github.pagehelper.DialectafterCount 在类中 com.github.pagehelper.PageHelperpublic Object processParameterObject(org.apache.ibatis.mapping.MappedStatement ms, Object parameterObject, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey pageKey)
processParameterObject 在接口中 com.github.pagehelper.DialectprocessParameterObject 在类中 com.github.pagehelper.PageHelperpublic boolean beforePage(org.apache.ibatis.mapping.MappedStatement ms,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds)
beforePage 在接口中 com.github.pagehelper.DialectbeforePage 在类中 com.github.pagehelper.PageHelperpublic String getPageSql(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 pageKey)
getPageSql 在接口中 com.github.pagehelper.DialectgetPageSql 在类中 com.github.pagehelper.PageHelperpublic String getPageSql(String sql, com.github.pagehelper.Page page, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.cache.CacheKey pageKey)
getPageSql 在类中 com.github.pagehelper.PageHelperpublic Object afterPage(List pageList, Object parameterObject, org.apache.ibatis.session.RowBounds rowBounds)
afterPage 在接口中 com.github.pagehelper.DialectafterPage 在类中 com.github.pagehelper.PageHelperpublic void afterAll()
afterAll 在接口中 com.github.pagehelper.DialectafterAll 在类中 com.github.pagehelper.PageHelperpublic void setProperties(Properties properties)
setProperties 在接口中 com.github.pagehelper.DialectsetProperties 在类中 com.github.pagehelper.PageHelperCopyright © 2019. All rights reserved.