热门标签
更多>
搜索结果
查询Tags标签: 2mybatis,共有 2条记录-
2mybatis-1条sql在mybatis的执行过程
MapperProxy Map<Method, MapperMethod> methodCache; MapperMethod mapperMethod = cachedMapperMethod(method); 从methodCache获取mapper里的一个方法 return mapperMethod.execute(sqlSession, args); MapperMethod SqlCommand 封装了sql的类型,方法名 MethodS…
2021/8/5 2:06:29 人评论 次浏览 -
2mybatis-1条sql在mybatis的执行过程
MapperProxy Map<Method, MapperMethod> methodCache; MapperMethod mapperMethod = cachedMapperMethod(method); 从methodCache获取mapper里的一个方法 return mapperMethod.execute(sqlSession, args); MapperMethod SqlCommand 封装了sql的类型,方法名 MethodS…
2021/8/5 2:06:29 人评论 次浏览