myname111 / picture

图床
0 stars 0 forks source link

mybatis #11

Open myname111 opened 4 years ago

myname111 commented 4 years ago

image

myname111 commented 4 years ago

image 获取ResultMap中的五个集合

myname111 commented 4 years ago

image 结果解析图

myname111 commented 4 years ago

select节点在applyIncludes方法中的调用过程: 文本子节点 image 元素子节点: image

myname111 commented 4 years ago

SqlNode image

myname111 commented 4 years ago

SqlNode树 image

myname111 commented 4 years ago

参数名称和索引映射图 image

myname111 commented 4 years ago

Executor继承体系 image

myname111 commented 4 years ago

StatementHandler继承体系: image

myname111 commented 4 years ago

Statement接口继承体系: image

myname111 commented 4 years ago

mybatis的SQL解析和参数设置流程 image

myname111 commented 4 years ago

mybatis从连接池中获取连接的过程: image

myname111 commented 4 years ago

mybatis二级缓存脏读问题: image mybatis二级缓存脏读解决: image

myname111 commented 4 years ago

插件: image

myname111 commented 4 years ago

分页插件运行结果: image

myname111 commented 4 years ago

结果集中的列名分拣过程: image