ibatis 源码分析

来源:互联网 发布:中国cctv网络电视 编辑:程序博客网 时间:2024/06/08 14:47

http://denger.iteye.com/blog/1126423



ibatis 缓存配置

http://blog.sina.com.cn/s/blog_5673f78b0100v47z.html


最近公司的定时任务每次跑1天多都会OutofMemory 一次,,,,,heap dump之后发现  ibatis的一级缓存有大量的内存得不到释放(没有gcroot引用),于是不得不深入研究ibatis源码和跟spring集成事务管理的源码






参考

1 ibatis spring事务配置

  http://mybatis.github.io/spring/transactions.html

  http://mybatis.github.io/spring/zh/transactions.html

2 ibatis spring事务集成例子

   http://www.javacodegeeks.com/2012/02/mybatis-3-spring-integration-tutorial.html

http://openwares.net/java/spring_mybatis_transaction.html/comment-page-1

0 0