MyBatis源码学习笔记(三)
摘要:
之前学习到 DefaultSqlSessionFactory中的 private SqlSession openSessionFromDataSource(ExecutorType execType, TransactionIsolationLevel level, boolean autoCommit) { Transaction tx = null; try { fina... 阅读全文
posted @ 2013-10-16 23:40 错误王 阅读(321) 评论(0) 推荐(0)