hibernate之no currentSessionContext config!

来源:互联网 发布:脆弱的变化知乎 编辑:程序博客网 时间:2024/05/17 00:06

org.hibernate.HibernateException: No CurrentSessionContext configured!

必须设定session的上下文!

hibernate.cfg.xml加上:


Java代码 
<property name="current_session_context_class">thread</property>

原创粉丝点击