C G I N O P S T V

C

com.github.pagehelper - 软件包 com.github.pagehelper
 

G

getCountSql(String) - 类 com.github.pagehelper.SqlParser 中的方法
 
getCountSql(String) - 接口 com.github.pagehelper.SqlUtil.Parser 中的方法
 
getCountSql(String) - 类 com.github.pagehelper.SqlUtil.SimpleParser 中的方法
获取总数sql - 如果要支持其他数据库,修改这里就可以
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 中的方法
 
getNavigatepageNums() - 类 com.github.pagehelper.PageInfo 中的方法
 
getNavigatePages() - 类 com.github.pagehelper.PageInfo 中的方法
 
getNextPage() - 类 com.github.pagehelper.PageInfo 中的方法
 
getPageNum() - 类 com.github.pagehelper.Page 中的方法
 
getPageNum() - 类 com.github.pagehelper.PageInfo 中的方法
 
getPages() - 类 com.github.pagehelper.Page 中的方法
 
getPages() - 类 com.github.pagehelper.PageInfo 中的方法
 
getPageSize() - 类 com.github.pagehelper.Page 中的方法
 
getPageSize() - 类 com.github.pagehelper.PageInfo 中的方法
 
getPageSql(String) - 类 com.github.pagehelper.SqlParser 中的方法
 
getPageSql(String) - 接口 com.github.pagehelper.SqlUtil.Parser 中的方法
 
getPageSql(String) - 类 com.github.pagehelper.SqlUtil.SimpleParser 中的方法
获取分页sql - 如果要支持其他数据库,修改这里就可以
getPrePage() - 类 com.github.pagehelper.PageInfo 中的方法
 
getResult() - 类 com.github.pagehelper.Page 中的方法
 
getSize() - 类 com.github.pagehelper.PageInfo 中的方法
 
getStartRow() - 类 com.github.pagehelper.Page 中的方法
 
getStartRow() - 类 com.github.pagehelper.PageInfo 中的方法
 
getTotal() - 类 com.github.pagehelper.Page 中的方法
 
getTotal() - 类 com.github.pagehelper.PageInfo 中的方法
 

I

intercept(Invocation) - 类 com.github.pagehelper.PageHelper 中的方法
Mybatis拦截器方法
isCount() - 类 com.github.pagehelper.Page 中的方法
 
isDynamic(MappedStatement) - 类 com.github.pagehelper.SqlUtil 中的方法
判断当前执行的是否为动态sql
isHasNextPage() - 类 com.github.pagehelper.PageInfo 中的方法
 
isHasPreviousPage() - 类 com.github.pagehelper.PageInfo 中的方法
 
isIsFirstPage() - 类 com.github.pagehelper.PageInfo 中的方法
 
isIsLastPage() - 类 com.github.pagehelper.PageInfo 中的方法
 
isSupportedSql(String) - 类 com.github.pagehelper.SqlParser 中的方法
 
isSupportedSql(String) - 接口 com.github.pagehelper.SqlUtil.Parser 中的方法
 
isSupportedSql(String) - 类 com.github.pagehelper.SqlUtil.SimpleParser 中的方法
 

N

newParser(SqlUtil.Dialect) - 类 com.github.pagehelper.SqlUtil.SimpleParser 中的静态方法
 

O

orderByHashParameters(List<OrderByElement>) - 类 com.github.pagehelper.SqlParser 中的方法
判断Orderby是否包含参数,有参数的不能去

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, int, int) - 类 com.github.pagehelper.Page 的构造方法
 
Page(RowBounds, boolean) - 类 com.github.pagehelper.Page 的构造方法
 
Page(RowBounds, int) - 类 com.github.pagehelper.Page 的构造方法
 
PageHelper - com.github.pagehelper 中的 类
Mybatis - 通用分页拦截器
PageHelper() - 类 com.github.pagehelper.PageHelper 的构造方法
 
PageInfo<T> - com.github.pagehelper 中的 类
对Page结果进行包装

新增分页的多项属性,主要参考:http://bbs.csdn.net/topics/360010907

PageInfo(List<T>) - 类 com.github.pagehelper.PageInfo 的构造方法
包装Page对象
PageInfo(List<T>, int) - 类 com.github.pagehelper.PageInfo 的构造方法
包装Page对象
parse(String) - 类 com.github.pagehelper.SqlParser 中的方法
 
plugin(Object) - 类 com.github.pagehelper.PageHelper 中的方法
只拦截Executor
processCountMappedStatement(MappedStatement, SqlSource, Object[]) - 类 com.github.pagehelper.SqlUtil 中的方法
处理count查询的MappedStatement
processFromItem(FromItem) - 类 com.github.pagehelper.SqlParser 中的方法
处理子查询
processPageMappedStatement(MappedStatement, SqlSource, Page, Object[]) - 类 com.github.pagehelper.SqlUtil 中的方法
处理分页查询的MappedStatement
processPlainSelect(PlainSelect) - 类 com.github.pagehelper.SqlParser 中的方法
处理PlainSelect类型的selectBody
processSelectBody(SelectBody) - 类 com.github.pagehelper.SqlParser 中的方法
处理selectBody去除Order by
processWithItemsList(List<WithItem>) - 类 com.github.pagehelper.SqlParser 中的方法
处理WithItem

S

selectItemsHashParameters(List<SelectItem>) - 类 com.github.pagehelper.SqlParser 中的方法
判断selectItems是否包含参数,有参数的不能去
setPageNum(int) - 类 com.github.pagehelper.Page 中的方法
 
setPageNum(int) - 类 com.github.pagehelper.PageInfo 中的方法
 
setPageParameter(MappedStatement, Object, BoundSql, Page) - 类 com.github.pagehelper.SqlParser 中的方法
 
setPageParameter(MappedStatement, Object, BoundSql, Page) - 接口 com.github.pagehelper.SqlUtil.Parser 中的方法
 
setPageParameter(MappedStatement, Object, Page) - 类 com.github.pagehelper.SqlUtil 中的方法
设置分页参数
setPageParameter(MappedStatement, Object, BoundSql, Page) - 类 com.github.pagehelper.SqlUtil.SimpleParser 中的方法
 
setPageSize(int) - 类 com.github.pagehelper.Page 中的方法
 
setProperties(Properties) - 类 com.github.pagehelper.PageHelper 中的方法
设置属性值
setReasonable(boolean) - 类 com.github.pagehelper.Page 中的方法
 
setTotal(long) - 类 com.github.pagehelper.Page 中的方法
 
SqlParser - com.github.pagehelper 中的 类
sql解析类,使用该类时,必须引入jsqlparser-x.x.x.jar
SqlParser(SqlUtil.Dialect) - 类 com.github.pagehelper.SqlParser 的构造方法
 
sqlToCount(Select) - 类 com.github.pagehelper.SqlParser 中的方法
将sql转换为count查询
SqlUtil - com.github.pagehelper 中的 类
Mybatis - sql工具,获取分页和count的MappedStatement,设置分页参数
SqlUtil(String) - 类 com.github.pagehelper.SqlUtil 的构造方法
构造方法
SqlUtil.Dialect - com.github.pagehelper 中的 枚举
 
SqlUtil.Parser - com.github.pagehelper 中的 接口
处理SQL
SqlUtil.SimpleParser - com.github.pagehelper 中的 类
 
SqlUtil.SimpleParser() - 类 com.github.pagehelper.SqlUtil.SimpleParser 的构造方法
 
startPage(int, int) - 类 com.github.pagehelper.PageHelper 中的静态方法
开始分页
startPage(int, int, boolean) - 类 com.github.pagehelper.PageHelper 中的静态方法
开始分页

T

testSql(String, String) - 类 com.github.pagehelper.SqlUtil 中的静态方法
测试[控制台输出]count和分页sql
toString() - 类 com.github.pagehelper.Page 中的方法
 
toString() - 类 com.github.pagehelper.PageInfo 中的方法
 

V

valueOf(String) - 枚举 com.github.pagehelper.SqlUtil.Dialect 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 com.github.pagehelper.SqlUtil.Dialect 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。

C G I N O P S T V

Copyright © 2014. All rights reserved.