类 CacheDialect
- java.lang.Object
-
- com.github.pagehelper.dialect.AbstractDialect
-
- com.github.pagehelper.dialect.AbstractHelperDialect
-
- net.quanter.shield.mybatis.pagehelper.CacheDialect
-
- 所有已实现的接口:
com.github.pagehelper.Constant,com.github.pagehelper.Dialect
- 直接已知子类:
SqlServer2000Dialect
public class CacheDialect extends com.github.pagehelper.dialect.AbstractHelperDialect支持cache数据库的分页- 从以下版本开始:
- 1.3.12.RELEASE
- 作者:
- 王老实
-
-
构造器概要
构造器 构造器 说明 CacheDialect()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetPageSql(String sql, com.github.pagehelper.Page page, org.apache.ibatis.cache.CacheKey pageKey)ObjectprocessPageParameter(org.apache.ibatis.mapping.MappedStatement ms, Map<String,Object> paramMap, com.github.pagehelper.Page page, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey pageKey)
-
-
-
方法详细资料
-
processPageParameter
public Object processPageParameter(org.apache.ibatis.mapping.MappedStatement ms, Map<String,Object> paramMap, com.github.pagehelper.Page page, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey pageKey)
- 指定者:
processPageParameter在类中com.github.pagehelper.dialect.AbstractHelperDialect
-
-