随笔分类 - mybatis
摘要:sqlSession --|》configuration --|》 MappedStatement --|》 SqlSource --|》BoundSql #XMLStatementBuilder 解析xml,解析qlSource等属性,生成MappedStatement SqlSource sql
阅读全文
摘要:MapperProxy --|》MapperMethod --|》 SqlSession 调用sh去执行ms → PreparedStatementHandler 解析出stmt,然后执行stmt → resultSetHandler解析结果 #MapperProxy Map<Method, Map
阅读全文
浙公网安备 33010602011771号