Spring雜記
這兩個(gè)包區(qū)別,開始一直沒注意。
org.springframework.orm.hibernate???????? Package providing integration of Hibernate 2.1 with Spring concepts.
最后說一點(diǎn),由于hibernate進(jìn)行了一次版本更新,因此存在hibernate3和hibernate兩個(gè)包(如:import org.springframework.orm.hibernate3.support.HibernateDaoSupport;)。用hibernate3.x,一定使用hibernate3包。
http://doc.javanb.com/spring-framework-reference-zh-2-0-5/ch12s02.html
posted on 2009-03-27 14:34 luofeng225 閱讀(173) 評論(0) 編輯 收藏 所屬分類: Spring