Package org.miaixz.bus.pager.plugin
Interface BoundSqlHandler.Chain
- All Known Implementing Classes:
BoundSqlChain,PageContext
- Enclosing interface:
BoundSqlHandler
public static interface BoundSqlHandler.Chain
处理器链,可以控制是否继续执行
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqldoBoundSql(BoundSqlHandler.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(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
-