Hibernate异常的一个问题

来源:互联网 发布:网络报警器 编辑:程序博客网 时间:2024/05/20 11:23

 

 

 

 

异常:org.hibernate.HibernateException: No CurrentSessionContext configured!

解决:在hibernate.cfg.xml中加上这句话

<property name="current_session_context_class">thread</property>

原创粉丝点击