field: private org.hibernate.SessionFactory com.dao.UserDAOImpl.sessionFactory; nested exception isorg.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [org.hibernate.SessionFactoryfield: private org.hiber
我是JSF2.0Spring3.1和hibernate 4.1集成的新手。我如何更改下面的代码,因为hibernate 4.0不包含HibernateDaoSupport。import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
public class CustomerDaoImpl