类 CacheDialect

  • 所有已实现的接口:
    com.github.pagehelper.Constant, com.github.pagehelper.Dialect
    直接已知子类:
    SqlServer2000Dialect

    public class CacheDialect
    extends com.github.pagehelper.dialect.AbstractHelperDialect
    支持cache数据库的分页
    从以下版本开始:
    1.3.12.RELEASE
    作者:
    王老实
    • 字段概要

      • 从类继承的字段 com.github.pagehelper.dialect.AbstractDialect

        countSqlParser
      • 从接口继承的字段 com.github.pagehelper.Constant

        PAGEPARAMETER_FIRST, PAGEPARAMETER_SECOND, SUFFIX_COUNT, SUFFIX_PAGE
    • 构造器详细资料

      • CacheDialect

        public CacheDialect()
    • 方法详细资料

      • 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
      • getPageSql

        public String getPageSql​(String sql,
                                 com.github.pagehelper.Page page,
                                 org.apache.ibatis.cache.CacheKey pageKey)
        指定者:
        getPageSql 在类中 com.github.pagehelper.dialect.AbstractHelperDialect