首页 > 代码库 > hibernate常见问题?
hibernate常见问题?
1、
<bean id="sessionFactory" class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
hibernate4版本<prop key="hibernate.current_session_context_class">thread</prop>---》获取当前会话会导致如下结果:
异常信息:org.hibernate.HibernateException: save is not valid without active transaction
hibernatenate4版本,取消<prop key="hibernate.current_session_context_class">thread</prop>会导致如下结果:
异常信息: Already value [org.springframework.orm.hibernate5.SessionHolder@779dfe55] for key
[org.hibernate.internal.SessionFactoryImpl@502f8b57] bound to thread [main]
解决:将hibernate版本改为hibernate5版本,hibernate可以直接使用getCurrentSession获取当前会话!
hibernate常见问题?
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。