mybatis mapper绑定
摘要:
1. MapperProxyFactory 代理工厂类 作用就是用来创建mapper代理类 有两个成员变量 final Class<T> mapperInterface mapper对应的接口 Map<Method, MapperMethod> methodCache = new Concurren 阅读全文
posted @ 2018-08-24 09:24 liguangming 阅读(216) 评论(0) 推荐(0) 编辑