摘要: (一)SessionFactory1. getCurrentSession()和openSession()区别getCurrentSession创建的session会和绑定到当前线程,而openSession不会。getCurrentSession创建的线程会在事务回滚或事物提交后自动关闭,而ope... 阅读全文
posted @ 2015-12-11 10:24 五指少年 阅读(372) 评论(0) 推荐(0) 编辑