getsessionfactory专题

getHibernateTemplate().getSessionFactory().getCurrentSession()

问题描述:使用getHibernateTemplate().getSessionFactory().getCurrentSession()获取Session执行HSQL时,出现No Hibernate Session bound to thread, and configuration does not allow错误时。 使用Spring进行事务管理,相关的service事务配置没有生效。