| 程序包 | 说明 |
|---|---|
| com.github.pagehelper |
| 限定符和类型 | 方法和说明 |
|---|---|
static BoundSqlInterceptor.Type |
BoundSqlInterceptor.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BoundSqlInterceptor.Type[] |
BoundSqlInterceptor.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 处理
|
org.apache.ibatis.mapping.BoundSql |
PageHelper.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
org.apache.ibatis.mapping.BoundSql |
BoundSqlInterceptorChain.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
org.apache.ibatis.mapping.BoundSql |
BoundSqlInterceptor.Chain.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
Copyright © 2020. All rights reserved.