| Package | Description |
|---|---|
| com.github.pagehelper | |
| com.github.pagehelper.page |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundSqlInterceptorChain |
class |
PageHelper
Mybatis - 通用分页拦截器
项目地址 : http://git.oschina.net/free/Mybatis_PageHelper |
| Modifier and Type | Field and Description |
|---|---|
static BoundSqlInterceptor.Chain |
BoundSqlInterceptor.Chain.DO_NOTHING |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ibatis.mapping.BoundSql |
BoundSqlInterceptor.boundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey,
BoundSqlInterceptor.Chain chain)
boundsql 处理
|
| Constructor and Description |
|---|
BoundSqlInterceptorChain(BoundSqlInterceptor.Chain original,
List<BoundSqlInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
BoundSqlInterceptor.Chain |
PageBoundSqlInterceptors.getChain() |
Copyright © 2023. All rights reserved.