‘hibernateTemplate’ must be of type [org.springframework.orm.hibernate5.HibernateTemplate], but was actually of type [org.springframework.orm.hibernate3.HibernateTemplate] 详细错误提示如下: 警告: Exception en
目的:使用HibernateTemplate执行execute(new HibernateCallback())方法,从HibernateCallback中得到session,在此session中做多个操作,并希望这些操作位于同一个事务中。 借助这个属性,在它关闭session时,提交数据库事务。,因此如果你在源代码1中加上一句话: public static void mai