| Interface | Description |
|---|---|
| AutoDialect<K> |
自动获取方言
|
| BoundSqlInterceptor |
BoundSql 处理器
|
| BoundSqlInterceptor.Chain |
处理器链,可以控制是否继续执行
|
| Constant | |
| CountMsIdGen |
构建当前查询对应的 count 方法 id
|
| Dialect |
数据库方言,针对不同数据库进行实现
|
| IPage | |
| ISelect |
分页查询接口
|
| JSqlParser |
为了兼容不同版本 jdk 和 jsqlparser
|
| Page.Function<E,T> |
兼容低版本 Java 7-
|
| PageProperties |
分页配置,实现该接口的类在初始化后会调用
PageProperties.setProperties(Properties) 方法 |
| Class | Description |
|---|---|
| BoundSqlInterceptorChain | |
| Page<E> |
Mybatis - 分页对象
|
| PageHelper |
Mybatis - 通用分页拦截器
项目地址 : http://git.oschina.net/free/Mybatis_PageHelper |
| PageInfo<T> |
对Page
|
| PageInterceptor |
Mybatis - 通用分页拦截器
|
| PageRowBounds | |
| PageSerializable<T> | |
| QueryInterceptor |
QueryInterceptor 规范
详细说明见文档:https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/Interceptor.md
|
| Enum | Description |
|---|---|
| BoundSqlInterceptor.Type |
| Exception | Description |
|---|---|
| PageException |
分页插件异常
|
Copyright © 2023. All rights reserved.