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

hibernate如果要使用getCurrentSession

时间:2018-05-16 16:37:51      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:contex   session   context   nat   nbsp   getc   jta   使用   bsp   

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

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

hibernate如果要使用getCurrentSession

标签:contex   session   context   nat   nbsp   getc   jta   使用   bsp   

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

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