mybatis插件开发原理及方法

MyBatis在四大对象的创建过程中,都会有插件进行介入。 interceptorChain.pluginAll   public Object pluginAll(Object target) {   for (Interceptor interceptor : interceptors) {     target = interceptor.plugin(target);   }   re
相关文章
相关标签/搜索