我限制访问eclipse市场和网络连接问题,因此我无法下载超过300MB的Jboss工具。
有没有办法从数据库生成jpa / hibernate模型类而不使用JBoss hibernate工具?
答案 0 :(得分:0)
是的,可以使用hibernate maven插件从您的数据库生成hibernate / jpa特定的模型类。唯一的事情是你的项目应该是maven项目。
请参阅以下链接:
在下面的链接中,请检查John公民提供的第一个答案。 [https://developer.jboss.org/message/801478?_sscc=t#801478][1]
以下链接可以解决任何故障。
How to configure maven hbm2hbmxml and hbm2java to run one after the other in mvn clean install