hibernateTemplate以及spring中的hibernateDaosupport的配置

hibernateTemplate


















org.hibernate.dialect.MySQLDialect
true
true
false
update



   
   cn/itcast/shop/user/vo/User.hbm.xml
   













hibernateDaoSupport的使用 需要在Dao层中继承hibernateDaoSupport


在dao层中就可以this.getHibernateTemplate就可以直接使用了

个人理解 不要实用spring当中提供的hibernateDaoSupport 因为他只是适用当中的spring当中的某一个版本 如果我需要升级软件系统的框架版本 那么就需要Dao层全部进行重写。


你可能感兴趣的:(hibernateTemplate以及spring中的hibernateDaosupport的配置)