码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis框架源码学习

时间:2016-11-23 06:11:12      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:获取   bind   config   接口   https   actor   初始化   session   factor   

转:来自https://my.oschina.net/u/1458864/blog/293659

摘要:初始化mybatis,所有的配置都在configuation 对象中使用mybatis,从sqlsessionfactory 工厂中获取sqlsession,从configuation对象中获取mapper对象,并返回结果,mybatis在加载mapper的时候对mapper接口的注解进行解析,重要的几个包:io,session,builder,mapper(annotations,binding),executor。

 

从使用入手,mybatis使用的三把斧 sqlsessionfactoryBuilder ,sqlsessionfactory,sqlsession.

 

mybatis框架源码学习

标签:获取   bind   config   接口   https   actor   初始化   session   factor   

原文地址:http://www.cnblogs.com/tcdxx/p/6091519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!