跳过导航链接
A C D E F G H I L M N O P R S T V 

A

AbstractParser - com.github.pagehelper.parser.impl中的类
 
AbstractParser() - 类 的构造器com.github.pagehelper.parser.impl.AbstractParser
 

C

clearLocalPage() - 类 中的静态方法com.github.pagehelper.SqlUtil
移除本地变量
com.github.pagehelper - 程序包 com.github.pagehelper
 
com.github.pagehelper.parser - 程序包 com.github.pagehelper.parser
 
com.github.pagehelper.parser.impl - 程序包 com.github.pagehelper.parser.impl
 
com.github.pagehelper.sqlsource - 程序包 com.github.pagehelper.sqlsource
 
Constant - com.github.pagehelper中的接口
 
converToOrderBySql(String, String) - 类 中的静态方法com.github.pagehelper.parser.OrderByParser
convert to order by sql
convertToPageSql(String, int, int) - 类 中的方法com.github.pagehelper.parser.SqlServer
转换为分页语句
count(Boolean) - 类 中的方法com.github.pagehelper.Page
是否执行count查询
count(ISelect) - 类 中的静态方法com.github.pagehelper.PageHelper
获取任意查询方法的count总数

D

Db2Parser - com.github.pagehelper.parser.impl中的类
 
Db2Parser() - 类 的构造器com.github.pagehelper.parser.impl.Db2Parser
 
Dialect - com.github.pagehelper中的枚举
 
dialects() - 枚举 中的静态方法com.github.pagehelper.Dialect
 
doCount(ISelect) - 类 中的方法com.github.pagehelper.Page
 
doSelect() - 接口 中的方法com.github.pagehelper.ISelect
在接口中调用自己的查询方法,不要在该方法内写过多代码,只要一行查询方法最好
doSelectPage(ISelect) - 类 中的方法com.github.pagehelper.Page
 
doSelectPageInfo(ISelect) - 类 中的方法com.github.pagehelper.Page
 

E

extraOrderBy(SelectBody) - 类 中的静态方法com.github.pagehelper.parser.OrderByParser
extra order by and set default orderby to null

F

fromJdbcUrl(String) - 枚举 中的静态方法com.github.pagehelper.Dialect
 

G

getBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.OrderByStaticSqlSource
 
getBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
获取BoundSql
getCount() - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
返回值null - 普通,true - count,false - page
getCOUNT() - 类 中的静态方法com.github.pagehelper.SqlUtil
 
getCountBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageDynamicSqlSource
 
getCountBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageProviderSqlSource
 
getCountBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageRawSqlSource
 
getCountBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
获取Count查询的BoundSql
getCountBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageStaticSqlSource
 
getCountSignal() - 类 中的方法com.github.pagehelper.Page
 
getCountSql(String) - 类 中的方法com.github.pagehelper.parser.impl.AbstractParser
 
getCountSql(String) - 接口 中的方法com.github.pagehelper.parser.Parser
获取总数sql - 如果要支持其他数据库,修改这里就可以
getDefaultBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageDynamicSqlSource
 
getDefaultBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageProviderSqlSource
 
getDefaultBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageRawSqlSource
 
getDefaultBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
获取正常的BoundSql
getDefaultBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageStaticSqlSource
 
getDialect() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
getEndRow() - 类 中的方法com.github.pagehelper.Page
 
getEndRow() - 类 中的方法com.github.pagehelper.PageInfo
 
getFirstPage() - 类 中的方法com.github.pagehelper.PageInfo
 
getLastPage() - 类 中的方法com.github.pagehelper.PageInfo
 
getList() - 类 中的方法com.github.pagehelper.PageInfo
 
getLocalPage() - 类 中的静态方法com.github.pagehelper.SqlUtil
获取Page参数
getNavigatepageNums() - 类 中的方法com.github.pagehelper.PageInfo
 
getNavigatePages() - 类 中的方法com.github.pagehelper.PageInfo
 
getNextPage() - 类 中的方法com.github.pagehelper.PageInfo
 
getOrderBy() - 类 中的方法com.github.pagehelper.Page
 
getOrderBy() - 类 中的静态方法com.github.pagehelper.PageHelper
获取orderBy
getOrderBy() - 类 中的方法com.github.pagehelper.PageInfo
 
getOriginal() - 类 中的方法com.github.pagehelper.sqlsource.OrderByStaticSqlSource
 
getPage(Object[]) - 类 中的方法com.github.pagehelper.SqlUtil
获取分页参数
getPageBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageDynamicSqlSource
 
getPageBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageProviderSqlSource
 
getPageBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageRawSqlSource
 
getPageBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
获取分页查询的BoundSql
getPageBoundSql(Object) - 类 中的方法com.github.pagehelper.sqlsource.PageStaticSqlSource
 
getPageFromObject(Object) - 类 中的静态方法com.github.pagehelper.SqlUtil
对象中获取分页参数
getPageNum() - 类 中的方法com.github.pagehelper.Page
 
getPageNum() - 类 中的方法com.github.pagehelper.PageInfo
 
getPageParameterMapping(Configuration, BoundSql) - 类 中的方法com.github.pagehelper.parser.impl.AbstractParser
 
getPageParameterMapping(Configuration, BoundSql) - 类 中的方法com.github.pagehelper.parser.impl.InformixParser
 
getPageParameterMapping(Configuration, BoundSql) - 类 中的方法com.github.pagehelper.parser.impl.SqlServerParser
 
getPageParameterMapping(Configuration, BoundSql) - 接口 中的方法com.github.pagehelper.parser.Parser
获取分页参数映射
getPages() - 类 中的方法com.github.pagehelper.Page
 
getPages() - 类 中的方法com.github.pagehelper.PageInfo
 
getPageSize() - 类 中的方法com.github.pagehelper.Page
 
getPageSize() - 类 中的方法com.github.pagehelper.PageInfo
 
getPageSizeZero() - 类 中的方法com.github.pagehelper.Page
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.AbstractParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.Db2Parser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.H2Parser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.HsqldbParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.InformixParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.MysqlParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.OracleParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.PostgreSQLParser
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.SqlServer2012Dialect
 
getPageSql(String) - 类 中的方法com.github.pagehelper.parser.impl.SqlServerParser
 
getPageSql(String) - 接口 中的方法com.github.pagehelper.parser.Parser
获取分页sql - 如果要支持其他数据库,修改这里就可以
getParams() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
getParamValue(MetaObject, String, boolean) - 类 中的静态方法com.github.pagehelper.SqlUtil
从对象中取参数
getPrePage() - 类 中的方法com.github.pagehelper.PageInfo
 
getReasonable() - 类 中的方法com.github.pagehelper.Page
 
getResult() - 类 中的方法com.github.pagehelper.Page
 
getSimpleCountSql(String) - 类 中的方法com.github.pagehelper.parser.SqlParser
获取普通的Count-sql
getSize() - 类 中的方法com.github.pagehelper.PageInfo
 
getSmartCountSql(String) - 类 中的方法com.github.pagehelper.parser.SqlParser
获取智能的countSql
getSqlUtil(Invocation) - 类 中的方法com.github.pagehelper.PageHelper
根据daatsource创建对应的sqlUtil
getStartRow() - 类 中的方法com.github.pagehelper.Page
 
getStartRow() - 类 中的方法com.github.pagehelper.PageInfo
 
getTotal() - 类 中的方法com.github.pagehelper.Page
 
getTotal() - 类 中的方法com.github.pagehelper.PageInfo
 
getUrl(DataSource) - 类 中的方法com.github.pagehelper.PageHelper
获取url

H

H2Parser - com.github.pagehelper.parser.impl中的类
 
H2Parser() - 类 的构造器com.github.pagehelper.parser.impl.H2Parser
 
HsqldbParser - com.github.pagehelper.parser.impl中的类
 
HsqldbParser() - 类 的构造器com.github.pagehelper.parser.impl.HsqldbParser
 

I

InformixParser - com.github.pagehelper.parser.impl中的类
 
InformixParser() - 类 的构造器com.github.pagehelper.parser.impl.InformixParser
 
initSqlUtil(Invocation) - 类 中的方法com.github.pagehelper.PageHelper
初始化sqlUtil
intercept(Invocation) - 类 中的方法com.github.pagehelper.PageHelper
Mybatis拦截器方法
isAutoRuntimeDialect() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isCloseConn() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isCount() - 类 中的方法com.github.pagehelper.Page
 
ISelect - com.github.pagehelper中的接口
分页查询接口
isEmpty(String) - 类 中的静态方法com.github.pagehelper.StringUtil
 
isHasNextPage() - 类 中的方法com.github.pagehelper.PageInfo
 
isHasPreviousPage() - 类 中的方法com.github.pagehelper.PageInfo
 
isIsFirstPage() - 类 中的方法com.github.pagehelper.PageInfo
 
isIsLastPage() - 类 中的方法com.github.pagehelper.PageInfo
 
isNotEmpty(String) - 类 中的静态方法com.github.pagehelper.StringUtil
 
isNotEmptyList(List<?>) - 类 中的方法com.github.pagehelper.parser.SqlServer
List不空
isOffsetAsPageNum() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isOrderByOnly() - 类 中的方法com.github.pagehelper.Page
 
isPageSizeZero() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isPageSqlSource(MappedStatement) - 类 中的方法com.github.pagehelper.SqlUtil
是否已经处理过
isReasonable() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isRowBoundsWithCount() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
isSimpleCount(PlainSelect) - 类 中的方法com.github.pagehelper.parser.SqlParser
是否可以用简单的count查询方式
isSupportedMappedStatementCache() - 类 中的方法com.github.pagehelper.parser.impl.AbstractParser
 
isSupportedMappedStatementCache() - 类 中的方法com.github.pagehelper.parser.impl.SqlServerParser
 
isSupportedMappedStatementCache() - 接口 中的方法com.github.pagehelper.parser.Parser
是否支持MappedStatement全局缓存
isSupportedSql(String) - 类 中的方法com.github.pagehelper.parser.SqlParser
 
isSupportMethodsArguments() - 类 中的方法com.github.pagehelper.SqlUtilConfig
 

L

localParser - 类 中的静态变量com.github.pagehelper.sqlsource.PageSqlSource
 

M

MSUtils - com.github.pagehelper中的类
创建新的MappedStatement,主要是Count返回值int
MSUtils() - 类 的构造器com.github.pagehelper.MSUtils
 
MysqlParser - com.github.pagehelper.parser.impl中的类
 
MysqlParser() - 类 的构造器com.github.pagehelper.parser.impl.MysqlParser
 

N

newCountMappedStatement(MappedStatement) - 类 中的静态方法com.github.pagehelper.MSUtils
新建count查询和分页查询的MappedStatement
newParser(Dialect) - 类 中的静态方法com.github.pagehelper.parser.impl.AbstractParser
 

O

of(String) - 枚举 中的静态方法com.github.pagehelper.Dialect
 
offsetPage(int, int) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
offsetPage(int, int, boolean) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
offsetPage(int, int, String) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
OracleParser - com.github.pagehelper.parser.impl中的类
 
OracleParser() - 类 的构造器com.github.pagehelper.parser.impl.OracleParser
 
orderBy(String) - 类 中的静态方法com.github.pagehelper.PageHelper
排序
orderByHashParameters(List<OrderByElement>) - 类 中的方法com.github.pagehelper.parser.SqlParser
判断Orderby是否包含参数,有参数的不能去
OrderByParser - com.github.pagehelper.parser中的类
处理 Order by
OrderByParser() - 类 的构造器com.github.pagehelper.parser.OrderByParser
 
OrderByStaticSqlSource - com.github.pagehelper.sqlsource中的类
描述信息
OrderByStaticSqlSource(StaticSqlSource) - 类 的构造器com.github.pagehelper.sqlsource.OrderByStaticSqlSource
 
ORIGINAL_PARAMETER_OBJECT - 接口 中的静态变量com.github.pagehelper.Constant
 

P

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_TABLE_ALIAS - 类 中的静态变量com.github.pagehelper.parser.SqlServer
 
PageDynamicSqlSource - com.github.pagehelper.sqlsource中的类
 
PageDynamicSqlSource(DynamicSqlSource) - 类 的构造器com.github.pagehelper.sqlsource.PageDynamicSqlSource
 
PageHelper - com.github.pagehelper中的类
Mybatis - 通用分页拦截器
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对象
pageNum(int) - 类 中的方法com.github.pagehelper.Page
设置页码
PAGEPARAMETER_FIRST - 接口 中的静态变量com.github.pagehelper.Constant
 
PAGEPARAMETER_SECOND - 接口 中的静态变量com.github.pagehelper.Constant
 
PageProviderSqlSource - com.github.pagehelper.sqlsource中的类
 
PageProviderSqlSource(ProviderSqlSource) - 类 的构造器com.github.pagehelper.sqlsource.PageProviderSqlSource
 
PageRawSqlSource - com.github.pagehelper.sqlsource中的类
描述信息
PageRawSqlSource(RawSqlSource) - 类 的构造器com.github.pagehelper.sqlsource.PageRawSqlSource
 
pageSize(int) - 类 中的方法com.github.pagehelper.Page
设置页面大小
pageSizeZero(Boolean) - 类 中的方法com.github.pagehelper.Page
当设置为true的时候,如果pagesize设置为0(或RowBounds的limit=0),就不执行分页,返回全部结果
PageSqlSource - com.github.pagehelper.sqlsource中的类
描述信息
PageSqlSource() - 类 的构造器com.github.pagehelper.sqlsource.PageSqlSource
 
PageStaticSqlSource - com.github.pagehelper.sqlsource中的类
支持orderby和分页
PageStaticSqlSource(StaticSqlSource) - 类 的构造器com.github.pagehelper.sqlsource.PageStaticSqlSource
 
Parser - com.github.pagehelper.parser中的接口
处理SQL
plugin(Object) - 类 中的方法com.github.pagehelper.PageHelper
只拦截Executor
PostgreSQLParser - com.github.pagehelper.parser.impl中的类
 
PostgreSQLParser() - 类 的构造器com.github.pagehelper.parser.impl.PostgreSQLParser
 
processFromItem(FromItem) - 类 中的方法com.github.pagehelper.parser.SqlParser
处理子查询
processMappedStatement(MappedStatement) - 类 中的方法com.github.pagehelper.SqlUtil
修改SqlSource
processPage(Invocation) - 类 中的方法com.github.pagehelper.SqlUtil
Mybatis拦截器方法,这一步嵌套为了在出现异常时也可以清空Threadlocal
processParameter(MappedStatement, Object, BoundSql) - 类 中的静态方法com.github.pagehelper.parser.impl.AbstractParser
 
processPlainSelect(PlainSelect) - 类 中的方法com.github.pagehelper.parser.SqlParser
处理PlainSelect类型的selectBody
processSelectBody(SelectBody) - 类 中的方法com.github.pagehelper.parser.SqlParser
处理selectBody去除Order by
processWithItemsList(List<WithItem>) - 类 中的方法com.github.pagehelper.parser.SqlParser
处理WithItem
PROVIDER_OBJECT - 接口 中的静态变量com.github.pagehelper.Constant
 

R

reasonable(Boolean) - 类 中的方法com.github.pagehelper.Page
设置合理化

S

setAutoRuntimeDialect(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setCloseConn(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setCount(boolean) - 类 中的方法com.github.pagehelper.Page
 
setCountSignal(Boolean) - 类 中的方法com.github.pagehelper.Page
 
setDialect(String) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setEndRow(int) - 类 中的方法com.github.pagehelper.Page
 
setEndRow(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setFirstPage(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setHasNextPage(boolean) - 类 中的方法com.github.pagehelper.PageInfo
 
setHasPreviousPage(boolean) - 类 中的方法com.github.pagehelper.PageInfo
 
setIsFirstPage(boolean) - 类 中的方法com.github.pagehelper.PageInfo
 
setIsLastPage(boolean) - 类 中的方法com.github.pagehelper.PageInfo
 
setLastPage(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setList(List<T>) - 类 中的方法com.github.pagehelper.PageInfo
 
setLocalPage(Page) - 类 中的静态方法com.github.pagehelper.SqlUtil
 
setNavigatepageNums(int[]) - 类 中的方法com.github.pagehelper.PageInfo
 
setNavigatePages(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setNextPage(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setOffsetAsPageNum(boolean) - 类 中的方法com.github.pagehelper.SqlUtil
 
setOffsetAsPageNum(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setOrderBy(String) - 类 中的方法com.github.pagehelper.Page
 
setOrderBy(String) - 类 中的方法com.github.pagehelper.PageInfo
 
setOrderByOnly(boolean) - 类 中的方法com.github.pagehelper.Page
 
setPageNum(int) - 类 中的方法com.github.pagehelper.Page
 
setPageNum(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.AbstractParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.Db2Parser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.H2Parser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.HsqldbParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.InformixParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.MysqlParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.OracleParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.PostgreSQLParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.SqlServer2012Dialect
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 类 中的方法com.github.pagehelper.parser.impl.SqlServerParser
 
setPageParameter(MappedStatement, Object, BoundSql, Page<?>) - 接口 中的方法com.github.pagehelper.parser.Parser
设置分页参数
setPages(int) - 类 中的方法com.github.pagehelper.Page
 
setPages(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setPageSize(int) - 类 中的方法com.github.pagehelper.Page
 
setPageSize(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setPageSizeZero(Boolean) - 类 中的方法com.github.pagehelper.Page
 
setPageSizeZero(boolean) - 类 中的方法com.github.pagehelper.SqlUtil
 
setPageSizeZero(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setParams(String) - 类 中的方法com.github.pagehelper.SqlUtil
 
setParams(String) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setParser(Parser) - 类 中的方法com.github.pagehelper.sqlsource.PageSqlSource
 
setPrePage(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setProperties(Properties) - 类 中的方法com.github.pagehelper.PageHelper
设置属性值
setProperties(Properties) - 类 中的方法com.github.pagehelper.SqlUtil
 
setReasonable(Boolean) - 类 中的方法com.github.pagehelper.Page
 
setReasonable(boolean) - 类 中的方法com.github.pagehelper.SqlUtil
 
setReasonable(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setRowBoundsWithCount(boolean) - 类 中的方法com.github.pagehelper.SqlUtil
 
setRowBoundsWithCount(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setSize(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setSqlUtilConfig(SqlUtilConfig) - 类 中的方法com.github.pagehelper.PageHelper
设置属性值
setSqlUtilConfig(SqlUtilConfig) - 类 中的方法com.github.pagehelper.SqlUtil
 
setStartRow(int) - 类 中的方法com.github.pagehelper.Page
 
setStartRow(int) - 类 中的方法com.github.pagehelper.PageInfo
 
setSupportMethodsArguments(boolean) - 类 中的方法com.github.pagehelper.SqlUtil
 
setSupportMethodsArguments(boolean) - 类 中的方法com.github.pagehelper.SqlUtilConfig
 
setTotal(long) - 类 中的方法com.github.pagehelper.Page
 
setTotal(long) - 类 中的方法com.github.pagehelper.PageInfo
 
sqlParser - 类 中的静态变量com.github.pagehelper.parser.impl.AbstractParser
 
SqlParser - com.github.pagehelper.parser中的类
sql解析类,提供更智能的count查询sql
SqlParser() - 类 的构造器com.github.pagehelper.parser.SqlParser
 
SqlServer - com.github.pagehelper.parser中的类
将sqlserver查询语句转换为分页语句
注意事项:
请先保证你的SQL可以执行 sql中最好直接包含order by,可以自动从sql提取 如果没有order by,可以通过入参提供,但是需要自己保证正确 如果sql有order by,可以通过orderby参数覆盖sql中的order by order by的列名不能使用别名 表和列使用别名的时候不要使用单引号(') 该类设计为一个独立的工具类,依赖jsqlparser,可以独立使用
SqlServer() - 类 的构造器com.github.pagehelper.parser.SqlServer
 
SqlServer2012Dialect - com.github.pagehelper.parser.impl中的类
Take note that at least one column needs to be defined for ORDER BY in oder for OFFSET ..
SqlServer2012Dialect() - 类 的构造器com.github.pagehelper.parser.impl.SqlServer2012Dialect
 
SqlServerParser - com.github.pagehelper.parser.impl中的类
 
SqlServerParser() - 类 的构造器com.github.pagehelper.parser.impl.SqlServerParser
 
sqlToCount(Select) - 类 中的方法com.github.pagehelper.parser.SqlParser
将sql转换为count查询
SqlUtil - com.github.pagehelper中的类
Mybatis - sql工具,获取分页和count的MappedStatement,设置分页参数
SqlUtil(String) - 类 的构造器com.github.pagehelper.SqlUtil
构造方法
SqlUtilConfig - com.github.pagehelper中的类
适用于Spring Boot
SqlUtilConfig() - 类 的构造器com.github.pagehelper.SqlUtilConfig
 
startPage(int, int) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
startPage(int, int, boolean) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
startPage(int, int, String) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
startPage(int, int, boolean, Boolean) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
startPage(int, int, boolean, Boolean, Boolean) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
startPage(Object) - 类 中的静态方法com.github.pagehelper.PageHelper
开始分页
StringUtil - com.github.pagehelper中的类
 
StringUtil() - 类 的构造器com.github.pagehelper.StringUtil
 
SUFFIX_COUNT - 接口 中的静态变量com.github.pagehelper.Constant
 
SUFFIX_PAGE - 接口 中的静态变量com.github.pagehelper.Constant
 

T

testSql(String, String) - 类 中的静态方法com.github.pagehelper.SqlUtil
已过时。
将在5.x版本去掉
testSql(Dialect, String) - 类 中的静态方法com.github.pagehelper.SqlUtil
已过时。
将在5.x版本去掉
toPageInfo() - 类 中的方法com.github.pagehelper.Page
转换为PageInfo
toString() - 类 中的方法com.github.pagehelper.Page
 
toString() - 类 中的方法com.github.pagehelper.PageInfo
 

V

valueOf(String) - 枚举 中的静态方法com.github.pagehelper.Dialect
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.pagehelper.Dialect
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G H I L M N O P R S T V 
跳过导航链接

Copyright © 2016. All rights reserved.