ModelAndView需要导入的包org.springframework.web.servlet-3.1.0.RELEASE.jar
SessionFactory类、Session类分别需要导入org.hibernate.SessionFactory;和org.hibernate.Session;导入的包为hibernate3.jar
Query、SQLQuery类需要导入org.hibernate.*,导入的包为hibernate3.jar
原文:http://www.cnblogs.com/cyy-13/p/7426629.html