- Page<E> - com.github.pagehelper中的类
-
Mybatis - 分页对象
- Page() - 类 的构造器com.github.pagehelper.Page
-
- Page(int, int) - 类 的构造器com.github.pagehelper.Page
-
- Page(int, int, boolean) - 类 的构造器com.github.pagehelper.Page
-
- Page(int[], boolean) - 类 的构造器com.github.pagehelper.Page
-
int[] rowBounds
0 : offset
1 : limit
- PAGE_COLUMN_ALIAS_PREFIX - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PAGE_ROW_NUMBER - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PAGE_ROW_NUMBER_COLUMN - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PAGE_SIZE - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PAGE_TABLE_ALIAS - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PAGE_TABLE_NAME - 类 中的静态变量com.github.pagehelper.parser.SqlServerParser
-
- PageAutoDialect - com.github.pagehelper.page中的类
-
基础方言信息
- PageAutoDialect() - 类 的构造器com.github.pagehelper.page.PageAutoDialect
-
- PageException - com.github.pagehelper中的异常错误
-
分页插件异常
- PageException() - 异常错误 的构造器com.github.pagehelper.PageException
-
- PageException(String) - 异常错误 的构造器com.github.pagehelper.PageException
-
- PageException(String, Throwable) - 异常错误 的构造器com.github.pagehelper.PageException
-
- PageException(Throwable) - 异常错误 的构造器com.github.pagehelper.PageException
-
- PageHelper - com.github.pagehelper中的类
-
Mybatis - 通用分页拦截器
项目地址 : http://git.oschina.net/free/Mybatis_PageHelper
- PageHelper() - 类 的构造器com.github.pagehelper.PageHelper
-
- PageInfo<T> - com.github.pagehelper中的类
-
对Page
结果进行包装
新增分页的多项属性,主要参考:http://bbs.csdn.net/topics/360010907
- PageInfo() - 类 的构造器com.github.pagehelper.PageInfo
-
- PageInfo(List<T>) - 类 的构造器com.github.pagehelper.PageInfo
-
包装Page对象
- PageInfo(List<T>, int) - 类 的构造器com.github.pagehelper.PageInfo
-
包装Page对象
- PageInterceptor - com.github.pagehelper中的类
-
Mybatis - 通用分页拦截器
GitHub: https://github.com/pagehelper/Mybatis-PageHelper
Gitee : https://gitee.com/free/Mybatis_PageHelper
- PageInterceptor() - 类 的构造器com.github.pagehelper.PageInterceptor
-
- PageMethod - com.github.pagehelper.page中的类
-
基础分页方法
- PageMethod() - 类 的构造器com.github.pagehelper.page.PageMethod
-
- pageNum(int) - 类 中的方法com.github.pagehelper.Page
-
设置页码
- PageObjectUtil - com.github.pagehelper.util中的类
-
分页参数对象工具类
- PageObjectUtil() - 类 的构造器com.github.pagehelper.util.PageObjectUtil
-
- PAGEPARAMETER_FIRST - 接口 中的静态变量com.github.pagehelper.Constant
-
- PAGEPARAMETER_SECOND - 接口 中的静态变量com.github.pagehelper.Constant
-
- PageParams - com.github.pagehelper.page中的类
-
Page 参数信息
- PageParams() - 类 的构造器com.github.pagehelper.page.PageParams
-
- pageQuery(Dialect, Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql, CacheKey) - 类 中的静态方法com.github.pagehelper.util.ExecutorUtil
-
分页查询
- PageRowBounds - com.github.pagehelper中的类
-
- PageRowBounds(int, int) - 类 的构造器com.github.pagehelper.PageRowBounds
-
- PageSerializable<T> - com.github.pagehelper中的类
-
- PageSerializable() - 类 的构造器com.github.pagehelper.PageSerializable
-
- PageSerializable(List<T>) - 类 的构造器com.github.pagehelper.PageSerializable
-
- pageSize(int) - 类 中的方法com.github.pagehelper.Page
-
设置页面大小
- pageSizeZero - 类 中的变量com.github.pagehelper.page.PageParams
-
- pageSizeZero(Boolean) - 类 中的方法com.github.pagehelper.Page
-
当设置为true的时候,如果pagesize设置为0(或RowBounds的limit=0),就不执行分页,返回全部结果
- pageSql - 类 中的变量com.github.pagehelper.dialect.helper.SqlServerDialect
-
- pageSql - 类 中的变量com.github.pagehelper.dialect.rowbounds.SqlServerRowBoundsDialect
-
- PARAMS - 类 中的静态变量com.github.pagehelper.util.PageObjectUtil
-
- plugin(Object) - 类 中的方法com.github.pagehelper.PageInterceptor
-
- plugin(Object) - 类 中的方法com.github.pagehelper.QueryInterceptor
-
- processFromItem(FromItem) - 类 中的方法com.github.pagehelper.parser.CountSqlParser
-
处理子查询
- processFromItem(FromItem, int) - 类 中的方法com.github.pagehelper.parser.SqlServerParser
-
处理子查询
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.AbstractHelperDialect
-
处理分页参数
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.Db2Dialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.HsqldbDialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.InformixDialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.MySqlDialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.OracleDialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.SqlServer2012Dialect
-
- processPageParameter(MappedStatement, Map<String, Object>, Page, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.helper.SqlServerDialect
-
- processParameterObject(MappedStatement, Object, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.AbstractHelperDialect
-
- processParameterObject(MappedStatement, Object, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.dialect.AbstractRowBoundsDialect
-
- processParameterObject(MappedStatement, Object, BoundSql, CacheKey) - 接口 中的方法com.github.pagehelper.Dialect
-
处理查询参数对象
- processParameterObject(MappedStatement, Object, BoundSql, CacheKey) - 类 中的方法com.github.pagehelper.PageHelper
-
- processPlainSelect(PlainSelect) - 类 中的方法com.github.pagehelper.parser.CountSqlParser
-
处理PlainSelect类型的selectBody
- processPlainSelect(PlainSelect, int) - 类 中的方法com.github.pagehelper.parser.SqlServerParser
-
处理PlainSelect类型的selectBody
- processSelectBody(SelectBody) - 类 中的方法com.github.pagehelper.parser.CountSqlParser
-
处理selectBody去除Order by
- processSelectBody(SelectBody, int) - 类 中的方法com.github.pagehelper.parser.SqlServerParser
-
处理selectBody去除Order by
- processWithItemsList(List<WithItem>) - 类 中的方法com.github.pagehelper.parser.CountSqlParser
-
处理WithItem
- put(K, V) - 接口 中的方法com.github.pagehelper.cache.Cache
-
- put(K, V) - 类 中的方法com.github.pagehelper.cache.GuavaCache
-
- put(K, V) - 类 中的方法com.github.pagehelper.cache.SimpleCache
-