首页 > Web开发 > 详细

hibernate如果要使用getCurrentSession

时间:2018-05-16 16:12:22      阅读:187      评论:0      收藏:0      [点我收藏+]

* 如果使用的是本地事务(jdbc事务)
 <property name="hibernate.current_session_context_class">thread</property>
 * 如果使用的是全局事务(jta事务)
 <property name="hibernate.current_session_context_class">jta</property> 

此时无论是DML还是DQL都需要事务。

hibernate如果要使用getCurrentSession

原文:https://www.cnblogs.com/wenwenzuiniucha/p/9046362.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!