- All Known Implementing Classes:
BoundSqlChainBuilder,PageContext
- Enclosing interface:
BoundSqlBuilder
public static interface BoundSqlBuilder.Chain
处理器链,可以控制是否继续执行
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqldoBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
-
Field Details
-
DO_NOTHING
-
-
Method Details
-
doBoundSql
org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
-