hibernate sync 3.19支持spring

阅读更多
原文章:http://www.supergloo.com/blog/index.php/category/hibernate-synchronizer/

下载原文章中的SrpingHibernate3BaseDAO

修改project->properties->hibernate sync->Data Access object 选中最下边选择框
i would you like use to a custome Root dao ,
在dao class中选择SrpingHibernate3BaseDAO,在dao exception中选择org.springframework.dao.DataAccessException

然后修改window->preference->hibernate sync-snippets,这里定义了生成的DAO的代码片断对其中一部分进行修改,见附件:

为你的DAO加上sessionFactory:






hibernate sync 3.19为最新版本加入了iface 代理接口包,如果无法生成DAO,可修改XXX.hbm.xml中的false,把false改成true会对dao进行同步(修改过DAO的要小心)

如果大家有更好的方法,希望能指点一下。
  • new snippets.rar (3.2 KB)
  • 描述: 对snippets的修改,直接import。
  • 下载次数: 78

你可能感兴趣的:(Hibernate,Spring,DAO,PHP,Access)