跳过导航链接
A C D G H I M N O P S T 

A

addPageParam(String, Object) - 类 中的方法com.github.liuanxin.page.dialect.Dialect
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法com.github.liuanxin.page.render.PageListToPageInterceptor
 

C

com.github.liuanxin.page - 程序包 com.github.liuanxin.page
 
com.github.liuanxin.page.dialect - 程序包 com.github.liuanxin.page.dialect
 
com.github.liuanxin.page.dialect.impl - 程序包 com.github.liuanxin.page.dialect.impl
 
com.github.liuanxin.page.model - 程序包 com.github.liuanxin.page.model
 
com.github.liuanxin.page.render - 程序包 com.github.liuanxin.page.render
 
com.github.liuanxin.page.util - 程序包 com.github.liuanxin.page.util
 
copyFromNewSql(MappedStatement, Object, String, Map<String, Object>, boolean) - 类 中的静态方法com.github.liuanxin.page.util.PageUtil
 

D

Dialect - com.github.liuanxin.page.dialect中的类
 
Dialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.Dialect
 
DialectUtil - com.github.liuanxin.page.dialect中的类
 
DialectUtil() - 类 的构造器com.github.liuanxin.page.dialect.DialectUtil
 

G

getCountSQL() - 类 中的方法com.github.liuanxin.page.dialect.Dialect
 
getDbType(DataSource) - 类 中的静态方法com.github.liuanxin.page.dialect.DialectUtil
 
getDialect(String) - 类 中的静态方法com.github.liuanxin.page.dialect.DialectUtil
 
getLimit() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.Dialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.H2Dialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.MySqlDialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.OracleDialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.PostgreSQLDialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.SQLServer2000Dialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.SQLServer2005Dialect
 
getLimitString(String, String, int, String, int) - 类 中的方法com.github.liuanxin.page.dialect.impl.SQLServer2012Dialect
 
getOffset() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
getPage() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
getPageParams() - 类 中的方法com.github.liuanxin.page.dialect.Dialect
 
getPageSQL(Integer) - 类 中的方法com.github.liuanxin.page.dialect.Dialect
 
getTotal() - 类 中的方法com.github.liuanxin.page.model.PageList
 

H

H2Dialect - com.github.liuanxin.page.dialect.impl中的类
SQLite 可以用此种方式, 也可以用 MySQL 的方式
H2Dialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.H2Dialect
 

I

intercept(Invocation) - 类 中的方法com.github.liuanxin.page.PageInterceptor
 
isCheckPage() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
isQueryTotal() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 

M

MySqlDialect - com.github.liuanxin.page.dialect.impl中的类
 
MySqlDialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.MySqlDialect
 

N

notNeedPage() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 

O

OracleDialect - com.github.liuanxin.page.dialect.impl中的类
 
OracleDialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.OracleDialect
 

P

page - 类 中的变量com.github.liuanxin.page.dialect.Dialect
 
PageBounds - com.github.liuanxin.page.model中的类
 
PageBounds() - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageBounds(int) - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageBounds(int, int) - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageBounds(int, int, boolean) - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageBounds(int, boolean) - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageBounds(int, int, boolean, boolean) - 类 的构造器com.github.liuanxin.page.model.PageBounds
 
PageInterceptor - com.github.liuanxin.page中的类
Executor.query(MappedStatement, Object, RowBounds, ResultHandler)
PageInterceptor() - 类 的构造器com.github.liuanxin.page.PageInterceptor
 
PageInterceptor(String) - 类 的构造器com.github.liuanxin.page.PageInterceptor
 
PageList<E> - com.github.liuanxin.page.model中的类
 
PageList() - 类 的构造器com.github.liuanxin.page.model.PageList
 
PageList(Collection<? extends E>, int) - 类 的构造器com.github.liuanxin.page.model.PageList
 
PageListToJsonMapper - com.github.liuanxin.page.render中的类
将 PageList 渲染成 json, 使用 Jackson 序列化
PageListToJsonMapper() - 类 的构造器com.github.liuanxin.page.render.PageListToJsonMapper
将数据返回时, 只输出 总条数 和 当前页的数据.
PageListToPageInterceptor - com.github.liuanxin.page.render中的类
将 PageList 渲染成 model, 放入 spring mvc 的渲染上下文中, 使用拦截器实现
PageListToPageInterceptor() - 类 的构造器com.github.liuanxin.page.render.PageListToPageInterceptor
 
PageUtil - com.github.liuanxin.page.util中的类
 
PageUtil() - 类 的构造器com.github.liuanxin.page.util.PageUtil
 
pageWrong(Integer) - 类 中的方法com.github.liuanxin.page.model.PageBounds
If count = 10, limit = 15, But incoming param page value was 2, It's wrong, Can only be 1
plugin(Object) - 类 中的方法com.github.liuanxin.page.PageInterceptor
 
PostgreSQLDialect - com.github.liuanxin.page.dialect.impl中的类
 
PostgreSQLDialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.PostgreSQLDialect
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.github.liuanxin.page.render.PageListToPageInterceptor
如果在当前上下文中已经放了对象的属性, 则判断有没有 PageList, 有就显式的将总条数也放入上下文
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.github.liuanxin.page.render.PageListToPageInterceptor
 

S

setCheckPage(boolean) - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
setDialect(String) - 类 中的方法com.github.liuanxin.page.PageInterceptor
 
setLimit(int) - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
setPage(int) - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
setProperties(Properties) - 类 中的方法com.github.liuanxin.page.PageInterceptor
 
setQueryTotal(boolean) - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
setTotal(int) - 类 中的方法com.github.liuanxin.page.model.PageList
 
SQLServer2000Dialect - com.github.liuanxin.page.dialect.impl中的类
 
SQLServer2000Dialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.SQLServer2000Dialect
 
SQLServer2005Dialect - com.github.liuanxin.page.dialect.impl中的类
 
SQLServer2005Dialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.SQLServer2005Dialect
 
SQLServer2012Dialect - com.github.liuanxin.page.dialect.impl中的类
 
SQLServer2012Dialect(String, PageBounds) - 类 的构造器com.github.liuanxin.page.dialect.impl.SQLServer2012Dialect
 

T

toString() - 类 中的方法com.github.liuanxin.page.model.PageBounds
 
A C D G H I M N O P S T 
跳过导航链接

Copyright © 2019. All Rights Reserved.