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