Skip navigation links
A B C D E F G H I M N O P R S T U V 

A

annotationDrivenTransactionManager() - Method in class ins.framework.mybatis.MybatisConfig
 

B

BoundSqlSqlSource(BoundSql) - Constructor for class ins.framework.mybatis.paginator.OffsetLimitInterceptor.BoundSqlSqlSource
 

C

Column - Annotation Type in ins.framework.mybatis.annotations
 
convert(PageParam, Page<K>, Class<V>) - Static method in class ins.framework.mybatis.util.Pages
 
create(String, String) - Static method in class ins.framework.mybatis.Order
 
create(String, String, String) - Static method in class ins.framework.mybatis.Order
 

D

DB2Dialect - Class in ins.framework.mybatis.paginator.dialect
 
DB2Dialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.DB2Dialect
 
DEFAULT_PAGE_SIZE - Static variable in class ins.framework.mybatis.MybatisApiUtils
默认分页大小
deleteBatchByPrimaryKeys(List<I>) - Method in interface ins.framework.mybatis.MybatisBaseDao
删除(根据ID 批量删除)
deleteByPrimaryKey(I) - Method in interface ins.framework.mybatis.MybatisBaseDao
根据 主键 删除
Dialect - Class in ins.framework.mybatis.paginator.dialect
类似hibernate的Dialect,只精简出分页部分
Dialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.Dialect
 

E

equals(Object) - Method in class ins.framework.mybatis.Page
 

F

formString(String) - Static method in class ins.framework.mybatis.Order
 
formString(String, String) - Static method in class ins.framework.mybatis.Order
 
fromString(String) - Static method in enum ins.framework.mybatis.Order.Direction
 

G

genQueryString(String) - Static method in class ins.framework.mybatis.util.Pages
 
getBoundSql(Object) - Method in class ins.framework.mybatis.paginator.OffsetLimitInterceptor.BoundSqlSqlSource
 
getCount(MappedStatement, Transaction, Object, BoundSql, Dialect) - Static method in class ins.framework.mybatis.util.SQLHelper
查询总纪录数
getCountSQL() - Method in class ins.framework.mybatis.paginator.dialect.Dialect
 
getDirection() - Method in class ins.framework.mybatis.Order
 
getEndRow() - Method in class ins.framework.mybatis.paginator.domain.Paginator
结束行,可以用于oracle分页使用 (1-based)。
getFieldValue(Object, String) - Static method in class ins.framework.mybatis.util.ReflectHelper
 
getLimit() - Method in class ins.framework.mybatis.PageParam
 
getLimit() - Method in class ins.framework.mybatis.paginator.domain.Paginator
 
getNextPage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
 
getOffset() - Method in class ins.framework.mybatis.PageParam
 
getOffset() - Method in class ins.framework.mybatis.paginator.domain.Paginator
offset,计数从0开始,可以用于mysql分页使用(0-based)
getOrderExpr() - Method in class ins.framework.mybatis.Order
 
getOrders() - Method in class ins.framework.mybatis.PageParam
 
getPage() - Method in class ins.framework.mybatis.PageParam
 
getPage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
取得当前页号。
getPageNo() - Method in class ins.framework.mybatis.Page
 
getPageParam() - Static method in class ins.framework.mybatis.MybatisApiUtils
 
getPageParam(HttpServletRequest) - Static method in class ins.framework.mybatis.MybatisApiUtils
 
getPageSize() - Method in class ins.framework.mybatis.Page
 
getPageSQL() - Method in class ins.framework.mybatis.paginator.dialect.Dialect
 
getPaginator() - Method in class ins.framework.mybatis.Page
得到分页器,通过Paginator可以得到总页数等值
getParameterMappings() - Method in class ins.framework.mybatis.paginator.dialect.Dialect
 
getParameterObject() - Method in class ins.framework.mybatis.paginator.dialect.Dialect
 
getParameterValue(HttpServletRequest, String, int) - Static method in class ins.framework.mybatis.MybatisApiUtils
 
getParameterValue(HttpServletRequest, String, String) - Method in class ins.framework.mybatis.MybatisApiUtils
 
getPrePage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
 
getProperty() - Method in class ins.framework.mybatis.Order
 
getSlider() - Method in class ins.framework.mybatis.paginator.domain.Paginator
页码滑动窗口,并将当前页尽可能地放在滑动窗口的中间部位。
getStartRow() - Method in class ins.framework.mybatis.paginator.domain.Paginator
开始行,可以用于oracle分页使用 (1-based)。
getTargetField(Class<?>, String) - Static method in class ins.framework.mybatis.util.ReflectHelper
 
getTotalCount() - Method in class ins.framework.mybatis.Page
 
getTotalCount() - Method in class ins.framework.mybatis.PageParam
 
getTotalCount() - Method in class ins.framework.mybatis.paginator.domain.Paginator
取得总项数。
getTotalPages() - Method in class ins.framework.mybatis.paginator.domain.Paginator
得到 总页数

H

H2Dialect - Class in ins.framework.mybatis.paginator.dialect
A dialect compatible with the H2 database.
H2Dialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.H2Dialect
 
hashCode() - Method in class ins.framework.mybatis.Page
 
HSQLDialect - Class in ins.framework.mybatis.paginator.dialect
Dialect for HSQLDB
HSQLDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.HSQLDialect
 

I

InformixDialect - Class in ins.framework.mybatis.paginator.dialect
 
InformixDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.InformixDialect
 
ins.framework.mybatis - package ins.framework.mybatis
 
ins.framework.mybatis.annotations - package ins.framework.mybatis.annotations
 
ins.framework.mybatis.paginator - package ins.framework.mybatis.paginator
 
ins.framework.mybatis.paginator.dialect - package ins.framework.mybatis.paginator.dialect
 
ins.framework.mybatis.paginator.domain - package ins.framework.mybatis.paginator.domain
 
ins.framework.mybatis.util - package ins.framework.mybatis.util
 
insert(T) - Method in interface ins.framework.mybatis.MybatisBaseDao
插入一条记录
insertSelective(T) - Method in interface ins.framework.mybatis.MybatisBaseDao
插入一条记录(选择字段, null 字段不插入)
intercept(Invocation) - Method in class ins.framework.mybatis.paginator.OffsetLimitInterceptor
 
isContainsTotalCount() - Method in class ins.framework.mybatis.PageParam
 
isDisabledPage(int) - Method in class ins.framework.mybatis.paginator.domain.Paginator
判断指定页码是否被禁止,也就是说指定页码超出了范围或等于当前页码。
isFirstPage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
是否是首页(第一页),第一页页码为1
isHasNextPage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
是否有下一页
isHasPrePage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
是否有上一页
isIncludeDistinct(String) - Static method in class ins.framework.mybatis.util.SQLHelper
是否包含Distinct
isLastPage() - Method in class ins.framework.mybatis.paginator.domain.Paginator
是否是最后一页
isSQLInjection(String) - Static method in class ins.framework.mybatis.Order
 

M

MAX_PAGE_SIZE - Static variable in class ins.framework.mybatis.MybatisApiUtils
最大分页大小
MybatisApiUtils - Class in ins.framework.mybatis
MyBatisApi的工具类
MybatisApiUtils() - Constructor for class ins.framework.mybatis.MybatisApiUtils
 
MybatisBaseDao<T,I> - Interface in ins.framework.mybatis
Mapper 继承该接口后,无需编写 mapper.xml 文件,即可获得CRUD功能
MybatisConfig - Class in ins.framework.mybatis
 
MybatisConfig() - Constructor for class ins.framework.mybatis.MybatisConfig
 
MySQLDialect - Class in ins.framework.mybatis.paginator.dialect
 
MySQLDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.MySQLDialect
 

N

NO_PAGE - Static variable in class ins.framework.mybatis.PageParam
 

O

offsetLimitInterceptor() - Method in class ins.framework.mybatis.MybatisConfig
 
OffsetLimitInterceptor - Class in ins.framework.mybatis.paginator
基于mybatis-paginator插件,去掉线程池 为MyBatis提供基于方言(Dialect)的分页查询的插件 将拦截Executor.query()方法实现分页方言的插入.
OffsetLimitInterceptor() - Constructor for class ins.framework.mybatis.paginator.OffsetLimitInterceptor
 
OffsetLimitInterceptor.BoundSqlSqlSource - Class in ins.framework.mybatis.paginator
 
OracleDialect - Class in ins.framework.mybatis.paginator.dialect
 
OracleDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.OracleDialect
 
Order - Class in ins.framework.mybatis
 
Order(String, Order.Direction, String) - Constructor for class ins.framework.mybatis.Order
 
Order.Direction - Enum in ins.framework.mybatis
PropertyPath implements the pairing of an Order.Direction and a property.

P

Page<E> - Class in ins.framework.mybatis
一页数据
Page() - Constructor for class ins.framework.mybatis.Page
 
Page(Collection<? extends E>) - Constructor for class ins.framework.mybatis.Page
 
Page(Collection<? extends E>, Paginator) - Constructor for class ins.framework.mybatis.Page
 
Page(Paginator) - Constructor for class ins.framework.mybatis.Page
 
PageParam - Class in ins.framework.mybatis
 
PageParam() - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(RowBounds) - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(int) - Constructor for class ins.framework.mybatis.PageParam
Query TOP N, default containsTotalCount = false
PageParam(int, int) - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(int, int, boolean) - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(List<Order>) - Constructor for class ins.framework.mybatis.PageParam
Just sorting, default containsTotalCount = false
PageParam(Order...) - Constructor for class ins.framework.mybatis.PageParam
Just sorting, default containsTotalCount = false
PageParam(int, int, Order...) - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(int, int, List<Order>) - Constructor for class ins.framework.mybatis.PageParam
 
PageParam(int, int, List<Order>, boolean) - Constructor for class ins.framework.mybatis.PageParam
 
Pages - Class in ins.framework.mybatis.util
 
Paginator - Class in ins.framework.mybatis.paginator.domain
分页器,根据page,limit,totalCount用于页面上分页显示多项内容,计算页码和当前页的偏移量,方便页面分页使用.
Paginator(int, int, int) - Constructor for class ins.framework.mybatis.paginator.domain.Paginator
 
plugin(Object) - Method in class ins.framework.mybatis.paginator.OffsetLimitInterceptor
 
PostgreSQLDialect - Class in ins.framework.mybatis.paginator.dialect
 
PostgreSQLDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.PostgreSQLDialect
 

R

ReflectHelper - Class in ins.framework.mybatis.util
 
removeOrders(String) - Static method in class ins.framework.mybatis.util.SQLHelper
去除hql的orderby 子句,用于pagedQuery.

S

selectBatchByPrimaryKeys(List<I>) - Method in interface ins.framework.mybatis.MybatisBaseDao
查询(根据ID 批量查询)
selectByPrimaryKey(I) - Method in interface ins.framework.mybatis.MybatisBaseDao
根据 ID 查询
selectPage(PageParam, T) - Method in interface ins.framework.mybatis.MybatisBaseDao
根据 分页参数和entity对象,查询一页记录
setContainsTotalCount(boolean) - Method in class ins.framework.mybatis.PageParam
 
setDialectClass(String) - Method in class ins.framework.mybatis.paginator.OffsetLimitInterceptor
 
setDirection(Order.Direction) - Method in class ins.framework.mybatis.Order
 
setFieldValue(Object, String, Object) - Static method in class ins.framework.mybatis.util.ReflectHelper
 
setLimit(int) - Method in class ins.framework.mybatis.PageParam
 
setOrderExpr(String) - Method in class ins.framework.mybatis.Order
 
setOrders(List<Order>) - Method in class ins.framework.mybatis.PageParam
 
setPage(int) - Method in class ins.framework.mybatis.PageParam
 
setProperties(Properties) - Method in class ins.framework.mybatis.paginator.OffsetLimitInterceptor
 
setProperty(String) - Method in class ins.framework.mybatis.Order
 
setTotalCount(int) - Method in class ins.framework.mybatis.PageParam
 
slider(int) - Method in class ins.framework.mybatis.paginator.domain.Paginator
页码滑动窗口,并将当前页尽可能地放在滑动窗口的中间部位。 注意:不可以使用 getSlider(1)方法名称,因为在JSP中会与 getSlider()方法冲突,报exception
SQLHelper - Class in ins.framework.mybatis.util
mybatis-paginator查询count
SQLServerDialect - Class in ins.framework.mybatis.paginator.dialect
 
SQLServerDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.SQLServerDialect
 
SybaseDialect - Class in ins.framework.mybatis.paginator.dialect
 
SybaseDialect(MappedStatement, Object, PageParam) - Constructor for class ins.framework.mybatis.paginator.dialect.SybaseDialect
 

T

Table - Annotation Type in ins.framework.mybatis.annotations
 
toString() - Method in class ins.framework.mybatis.Order
 
toString() - Method in class ins.framework.mybatis.PageParam
 
toString() - Method in class ins.framework.mybatis.paginator.domain.Paginator
 

U

updateByPrimaryKey(T) - Method in interface ins.framework.mybatis.MybatisBaseDao
根据 ID 修改
updateSelectiveByPrimaryKey(T) - Method in interface ins.framework.mybatis.MybatisBaseDao
根据 ID 选择修改

V

valueOf(String) - Static method in enum ins.framework.mybatis.Order.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum ins.framework.mybatis.Order.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M N O P R S T U V 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.