会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
FFStayF
博客园
首页
新随笔
订阅
管理
2020年3月9日
mybatis——Executor
摘要: 映射器了解完了,sqlSession.select()实际上是Executor.query(),所以sql执行实际是executor执行的。 一、BaseExecutor——实际的执行器(包含一级缓存实现) BaseExecutor是一个Executor的顶级抽象类,实现了Executor接口,定义
阅读全文
posted @ 2020-03-09 17:14 FFStayF
阅读(506)
评论(0)
推荐(0)
编辑