public class BoundSqlInterceptorChain extends Object implements BoundSqlInterceptor.Chain
DO_NOTHING| Constructor and Description |
|---|
BoundSqlInterceptorChain(BoundSqlInterceptor.Chain original,
List<BoundSqlInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ibatis.mapping.BoundSql |
doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
public BoundSqlInterceptorChain(BoundSqlInterceptor.Chain original, List<BoundSqlInterceptor> interceptors)
public org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlInterceptor.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
doBoundSql in interface BoundSqlInterceptor.ChainCopyright © 2023. All rights reserved.