org.hibernate.HibernateException: No CurrentSessionContext configured!
必须设定session的上下文!
hibernate.cfg.xml加上:
Java代码
<property name="current_session_context_class">thread</property>
org.hibernate.HibernateException: No CurrentSessionContext configured!
必须设定session的上下文!
hibernate.cfg.xml加上:
Java代码
<property name="current_session_context_class">thread</property>