No CurrentSessionContext configured!
org.hibernate.HibernateException: No CurrentSessionContext configured!
?必须设定session的上下文!
?
hibernate.cfg.xml加上:
<property name="current_session_context_class">thread</property>
?
发布时间: 2012-10-06 17:34:01 作者: rapoo
No CurrentSessionContext configured!
org.hibernate.HibernateException: No CurrentSessionContext configured!
?必须设定session的上下文!
?
hibernate.cfg.xml加上:
<property name="current_session_context_class">thread</property>
?