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