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