随笔分类 -  mybatis

摘要:sqlSession --|》configuration --|》 MappedStatement --|》 SqlSource --|》BoundSql #XMLStatementBuilder 解析xml,解析qlSource等属性,生成MappedStatement SqlSource sql 阅读全文
posted @ 2021-08-20 22:51 ??,uunu 阅读(53) 评论(0) 推荐(0)
摘要:MapperProxy --|》MapperMethod --|》 SqlSession 调用sh去执行ms → PreparedStatementHandler 解析出stmt,然后执行stmt → resultSetHandler解析结果 #MapperProxy Map<Method, Map 阅读全文
posted @ 2021-08-05 01:43 ??,uunu 阅读(57) 评论(0) 推荐(0)