public class BoundSqlInterceptorChain extends Object implements BoundSqlInterceptor.Chain
DO_NOTHING| 构造器和说明 |
|---|
BoundSqlInterceptorChain(BoundSqlInterceptor.Chain original,
List<BoundSqlInterceptor> interceptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.BoundSql |
doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
void |
reset() |
public BoundSqlInterceptorChain(BoundSqlInterceptor.Chain original, List<BoundSqlInterceptor> interceptors)
public void reset()
public org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlInterceptor.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
doBoundSql 在接口中 BoundSqlInterceptor.ChainCopyright © 2020. All rights reserved.