首页 > 代码库 > mybatis源码分析:

mybatis源码分析:

<style>p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px "Helvetica Neue"; color: #e4af0a } p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px "Helvetica Neue"; color: #454545; min-height: 14.0px } p.p3 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px "Helvetica Neue"; color: #454545 } p.p4 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px ".PingFang SC"; color: #454545 } span.s1 { color: #454545 }</style>

https://github.com/pagehelper/Mybatis-PageHelper 

https://github.com/bleast/mybatis-page-plugin 

 

http://duanhengbin.iteye.com/blog/1998017 

 

MappedStatement:

Configuration:

Executor

 

 

 

工厂方法

 

动态代理

mybatis源码分析: