码迷,mamicode.com
首页 > Web开发 > 详细

Hibernate中创建Session(会话)接口的方法

时间:2018-01-30 16:39:38      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:current   ber   手动   mit   nat   getc   open   自动   必须   

通过会话工厂sessionFactory创建session

openSession()和getCurrentSession()的区别

  1. 采用getCurrentSession()创建的session会绑定到当前线程中,而采用openSession()创建的线程则不会
  2. 采用getCurrentSession()创建的session在commit()或rollback()时会自动关闭,而采用openSession()创建的session必须手动关闭

Hibernate中创建Session(会话)接口的方法

标签:current   ber   手动   mit   nat   getc   open   自动   必须   

原文地址:https://www.cnblogs.com/lc0814/p/8384503.html

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