Hibernate 代码生成不会在导出时创建 EJB3 注释
我试图用注释将 Mysql 数据库逆向工程为 pojo java。
这是我的配置:
选择“使用 Java 5 语法”和“生成 EJB3 注释”进行导出。
但最终的导出没有注释。
另一方面,我可以通过从资源管理器中选择多个类,右键单击
并选择“源/生成 Hibernate/jpa 注释”来实现此目的,但它有点混乱。(大多数字段
没有获得任何列注释)”。
添加表格和列
或者我应该在“hibernate.reveng.xml”中设置一些内容,例如在此处明确
或者它应该自己找出所有模式定义并将其作为注释添加到
类中?
Im trying to reverese engineer Mysql db into pojo java with annotation.
this is my configuration :
both "Use Java 5 syntax" and "Generate EJB3 annotations" are selected for export.
But the final export have no annotation in it.
In other hand i can achieve this by selecting multiple class from explorer , right click
and select "source/Generate Hibernate/jpa annotation" , but its kinda messy.(most fields
does not get any columns annotation)".
Or should i set something in "hibernate.reveng.xml" ? like adding Tables & Columns
explicity in here :
Or it should find out all of schema definition by it self and add it as a annotation to
class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的休眠配置中,选择 Hibernate Version 4.3
In your hibernate configuration,choose Hibernate Version 4.3