spring配置文件注入hibernate后进行事务管理产生异常:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional
解决方法:在业务逻辑中使用HibernateTemplate
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional
解决方法:在业务逻辑中使用HibernateTemplate