通过 Intellij 或 Eclipse 使用 hibernate
我们有一个项目即将启动,但我们正在陷入我想避免的 IDE 战争。
我们将从事的主要领域之一是休眠。
过去,我曾使用 ORMS,我们有一个 UML 模型,通过 MDA(模型驱动架构)我可以更改 UML,从而更改类,然后创建或发展数据库。
我可以使用 intelliJ 或 Eclipse 来完成此操作吗?我知道 Eclipse 是免费的,但如果我必须付费购买一个可以实现此功能的插件,那么它的成本可能与 IntelliJ 相同吗?
TIA
JD
We have a project that is due to start and we are getting into the Holy IDE wars that I want to avoid.
One of the main areas we will be working in is hibernate.
In the past I have worked with ORMS where we had a UML model and via MDA (model driven architecture) I could change the UML, which changed the classes and then created or evolved the database.
Can I do this with intelliJ or Eclipse? I know I would that eclipse is free but it may be the same cost as IntelliJ if I have to pay for a plugin that does this?
TIA
JD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 确实有一个非常好的 hibernate 工具套件可用 @ http://www.hibernate.org/subprojects/工具.html。但不要忘记删除自动生成的文件中附加的不需要的代码,并对生成的文件进行彻底的检查。工具套件中的 HQL 编辑器是一个很好用的工具。
Eclipse does have a very good hibernate tool suite available @ http://www.hibernate.org/subprojects/tools.html. But do not forget to remove the unwanted code that is appended in the auto generated files and do a thorough review of the files generated. The HQL editor in the tool suite is a good one to use.