Mybatis Binding 模块时序图
2021-03-29 23:20:33 13 举报
Mybatis Binding 模块时序图
作者其他创作
大纲/内容
newInstance()
MapperMethod
三步翻译:SQL翻译、返回值翻译、参数翻译
getMapper()
Configuration
SqlSession
new MapperProxy()
mapperRegistry.getMapper()
MapperProxyFactory
invoke()
MapperRegistry
SqlSession.selectOne()
MapperProxy
execute()
0 条评论
下一页