Spring注解方式,异常 'sessionFactory' or 'hibernateTemplate' is required的解决方法
HibernateDaoSupport is
supplied with SessionFactory via setSessionFactory().
However,setSessionFactory() is final,
so you can't override it to add an @Autowired annotation.
But you can apply @Autowired to
the arbitrary method and call setSessionFactory() from
it: