无法使用hibernate配置使用反向工程从DB模式创建模型类

时间:2016-02-11 18:50:30

标签: java hibernate jboss-tools

我是 Hibernate 的新手,并尝试使用annotation based Model classesMYSQL数据库创建reversed engineering(即jBoss的hibernate-configuration选项)。

然而,在搜索后,我发现了以下链接: http://www.mkyong.com/hibernate/how-to-generate-code-with-hibernate-tools/ ,但此链接未显示如何create annotation based model classes来自mysql架构。

我正在使用Eclipse Kepler并通过以下方式将以下URL添加到Eclipse Kepler 4.3安装中:

帮助>安装新软件...>使用: http://download.jboss.org/jbosstools/updates/stable/kepler/

然后选择要安装的各个功能:

有人可以建议还有什么需要做的吗?附上我的日食工作区的屏幕截图供参考。 enter image description here

enter image description here

enter image description here

请尽快指导我

所以它没有给我任何带注释的输出,所有没有映射的模型类都使用* .hbm文件生成。 请,请帮助

我希望模型类具有hibernate映射(即没有.hbm文件)。

enter image description here

1 个答案:

答案 0 :(得分:0)

经过研究,我能够解决这个问题。我应该创建一个JPA项目,通过JPA Tools选项,我可以从表中生成实体。