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

B

BaseInterceptor - com.github.fartherp.framework.database.mybatis.plugin.page中的类
1.
BaseInterceptor() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
BaseInterceptor.BoundSqlSqlSource - com.github.fartherp.framework.database.mybatis.plugin.page中的类
 
BasePagination<T extends Serializable> - com.github.fartherp.framework.database.mybatis.plugin.page中的类
分页基础类 Author: CK Date: 2015/6/14
BasePagination() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(int, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(int, int, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(int, int, int, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(List<T>, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BasePagination(List<T>, int, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
BaseVo<T extends Serializable> - com.github.fartherp.framework.database.mybatis.plugin.page中的类
分页基础Vo Author: CK Date: 2016/1/20
BaseVo() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BaseVo
 
BoundSqlSqlSource(BoundSql) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor.BoundSqlSqlSource
 

C

com.github.fartherp.framework.database - 程序包 com.github.fartherp.framework.database
Created by IntelliJ IDEA.
com.github.fartherp.framework.database.mybatis.annotation - 程序包 com.github.fartherp.framework.database.mybatis.annotation
 
com.github.fartherp.framework.database.mybatis.orm - 程序包 com.github.fartherp.framework.database.mybatis.orm
 
com.github.fartherp.framework.database.mybatis.plugin.monitor - 程序包 com.github.fartherp.framework.database.mybatis.plugin.monitor
 
com.github.fartherp.framework.database.mybatis.plugin.page - 程序包 com.github.fartherp.framework.database.mybatis.plugin.page
 
com.github.fartherp.framework.database.mybatis.plugin.page.dialect - 程序包 com.github.fartherp.framework.database.mybatis.plugin.page.dialect
 
convertPageMap(String...) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseVo
获取对象属性对应的map
copyFromMappedStatement(MappedStatement, SqlSource) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
createNewBoundSql(MappedStatement, Object, BoundSql, String) - 类 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
根据BoundSql 创建新 BoundSql
currentPage - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
当前页码

D

DEFAULT_MAX_PAGE_INDEX_NUMBER - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
默认显示页码标签的个数 如: {首页 1 2 3 4 5 ... 16 17 18 末页}
DEFAULT_PAGE_NUM - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
默认页码(第一页)
DEFAULT_PAGE_SIZE - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
默认的每页数据量(pageSize)
DEFAULT_PAGE_SIZE - 接口 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
默认pagesize
dialect - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
Dialect - com.github.fartherp.framework.database.mybatis.plugin.page.dialect中的接口
类似hibernate的Dialect,但只精简出分页部分 Author: CK Date: 2015/6/14
dialectClass - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
DialectType - com.github.fartherp.framework.database.mybatis.plugin.page.dialect中的枚举
Created by IntelliJ IDEA.

E

equals(Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 

F

first() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
firstPage - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 

G

generatePageSql(String, Pagination<Serializable>, Dialect) - 类 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
根据数据库方言,生成特定的分页sql。
getBoundSql(Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor.BoundSqlSqlSource
 
getClassName() - 枚举 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.DialectType
 
getCount(String, Connection, MappedStatement, Object, BoundSql) - 类 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
查询总纪录数。
getCurrentPage() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getCurrentPage() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取当前页码数
getDialect(String) - 枚举 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.DialectType
 
getFirstPage() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getLimit() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getLimit() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取每页数据容量
getLimitString(String, int, int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.Dialect
将sql转换为分页SQL,分别调用分页sql
getLimitString(StringBuilder, int, int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.Dialect
 
getLimitString(String, int, int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.MySQLDialect
 
getLimitString(StringBuilder, int, int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.MySQLDialect
 
getMaxPageIndexNumber() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getMaxPageIndexNumber() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取页码标签列表大小
getName() - 枚举 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.DialectType
 
getNextPage() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getNextPage() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取下一页页码
getOffset() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
getPageNumber() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
getPageNumberList() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
获取页码列表
getPageNumberList() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取页码列表
getPageSize() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
getPreviousPage() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getPreviousPage() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取上一页页码
getQueryRows(Invocation, Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
get query return rows size
getRows() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getRows() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取该页的数据列表
getTotal() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getTotal() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取需分页的数据总量
getTotalPage() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
getTotalPage() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
获取总页数

H

hashCode() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
hasNext - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
是否有下一页
hasPrevious - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
是否有前一页

I

init(int, int, int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
init(int, int, int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
初始化page各项参数
intercept(Invocation) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
 
intercept(Invocation) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PaginationInterceptor
 
isHasNext() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
isHasNext() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
是否还有下一页
isHasPrevious() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
isHasPrevious() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
是否还有上一页

L

limit - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
每页数据量
log - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
log - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
 

M

MAP_PAGE_FIELD - 接口 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
当pagination做为参数放入map传到mybatis时,该值为取pagination的key
MAP_PAGE_FIELD - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.PaginationInterceptor
 
MySQLDialect - com.github.fartherp.framework.database.mybatis.plugin.page.dialect中的类
Mysql方言的实现 Author: CK Date: 2015/6/14
MySQLDialect() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.dialect.MySQLDialect
 

N

nextPage - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
下一页页码

O

onExecuteSql(String, Date, long, int, Throwable) - 接口 中的方法com.github.fartherp.framework.database.mybatis.orm.SqlEvent
Sql event call back.

P

PAGE - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.page.PaginationInterceptor
 
pageNumberList - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
页码编号数组
PageRequest - com.github.fartherp.framework.database.mybatis.plugin.page中的类
Created by framework .
PageRequest(int, int) - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
分页从1开始,limit为每页的数量
Pagination<T> - com.github.fartherp.framework.database.mybatis.plugin.page中的接口
分页接口 Author: CK Date: 2015/6/14
PaginationInterceptor - com.github.fartherp.framework.database.mybatis.plugin.page中的类
数据库分页插件,只拦截查询语句.
PaginationInterceptor() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.PaginationInterceptor
 
plugin(Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
 
plugin(Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
previousOrFirst() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
previousPage - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
上一页页码

Q

QUERY - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
query method name of Executor

R

rows - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
获取该页的数据列表

S

setCurrentPage(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setCurrentPage(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
设置当前页
setDialectClass(String) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
setFirstPage(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setHasNext(boolean) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setLimit(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setLimit(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
设置每页大小
setMaxPageIndexNumber(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setMaxPageIndexNumber(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
设置页码标签列表大小
setParameters(MappedStatement, BoundSql, Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
set parameters.
setParameters(PreparedStatement, MappedStatement, BoundSql, Object) - 类 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
对SQL参数(?)
setProperties(Properties) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
 
setProperties(Properties) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
setRows(List<T>) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setRows(List<T>) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
设置该页数据
setSqlPattern(String) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
setTotal(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
setTotal(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
设置总页数
SqlEvent - com.github.fartherp.framework.database.mybatis.orm中的接口
Created by IntelliJ IDEA.
SqlHelper - com.github.fartherp.framework.database.mybatis.plugin.page中的类
Created by IntelliJ IDEA .
SqlHelper() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
 
SqlMapper - com.github.fartherp.framework.database.mybatis.annotation中的注释类型
Created by IntelliJ IDEA.
SqlMonitorManager - com.github.fartherp.framework.database.mybatis.plugin.monitor中的类
Created by IntelliJ IDEA.
SqlMonitorManager() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
 
sqlPattern - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
 
supportsLimit() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.Dialect
数据库本身是否支持分页当前的分页查询方式 如果数据库不支持的话,则不进行数据库分页
supportsLimit() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.MySQLDialect
 

T

toString() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
 
toString() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseVo
 
toString() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.PageRequest
 
total - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
总数据量
totalPage - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
总页数

U

UPDATE - 类 中的静态变量com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
update method name of Executor

V

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

Copyright © 2019. All rights reserved.