解决问题:myeclipse中hibernate逆向工程不能使用

解决问题:hibernate逆向工程不能使用

 

0. 在myeclipse中打开database试图,连接数据库(保证能连接上)

1. 不要在.project文件中加入hibernate profile,有的去除掉

2. 给工程添加hibernate属性,同时添加hibernate配置文件(如果0弄好了,则会自动生成)

现在应该能用逆向工程生成entity、entity.hbm.xml、dao等

 

如果步骤0没有成功,看下篇文章介绍

 

你可能感兴趣的:(DAO,Hibernate,xml,MyEclipse)