SpringHibernate异常:如果没有活动事务,createCriteria无效

SpringHibernate异常:如果没有活动事务,createCriteria无效,第1张

Spring / Hibernate异常:如果没有活动事务,createCriteria无效

好吧,我发现了问题!我从hibernate配置中删除了这一行。Spring管理事务,不需要会话保持在hibernate线程中。

<!-- Bind the getCurrentSession() method to the thread. --><property name="current_session_context_class">thread</property>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5124099.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-17
下一篇 2022-11-17

发表评论

登录后才能评论

评论列表(0条)

保存