這兩個包區別,開始一直沒注意。
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