public static interface BoundSqlInterceptor.Chain
| Modifier and Type | Field and Description |
|---|---|
static BoundSqlInterceptor.Chain |
DO_NOTHING |
| 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) |
static final BoundSqlInterceptor.Chain DO_NOTHING
org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlInterceptor.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
Copyright © 2023. All rights reserved.