Mybatis源码解析七之-拦截器

介绍 Mybatis提供插件(plugin)功能,在实际中通常称为拦截器。html 能够拦截的方法以下: Executor (update, query, flushStatements, commit, rollback, getTransaction, close, isClosed):拦截执行器的方法 ParameterHandler (getParameterObject, setPara
相关文章
相关标签/搜索