Interface BoundSqlHandler.Chain

All Known Implementing Classes:
BoundSqlChain, PageContext
Enclosing interface:
BoundSqlHandler

public static interface BoundSqlHandler.Chain
处理器链,可以控制是否继续执行
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ibatis.mapping.BoundSql
    doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
     
  • Field Details

  • Method Details

    • doBoundSql

      org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)