这两个包区别,开始一直没注意。
org.springframework.orm.hibernate3 Package providing integration of
Hibernate3 with Spring concepts.
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 with Spring concepts.
最后说一点,由于hibernate进行了一次版本更新,因此存在hibernate3和hibernate两个包(如:import org.springframework.orm.hibernate3.support.HibernateDaoSupport;)。用hibernate3.x,一定使用hibernate3包。
http://doc.javanb.com/spring-framework-reference-zh-2-0-5/ch12s02.html