来自 HBM 文件的 POJO

发布于 2024-08-30 09:34:13 字数 80 浏览 6 评论 0原文

大家好,

我是 hibernate 新手,我想从 xxx.hbm.xml 文件创建 POJO。

是否可以?请回复。

HI all,

I am new to hibernate and I would to create POJO from xxx.hbm.xml file.

Is it possible? Please respond.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

¢蛋碎的人ぎ生 2024-09-06 09:34:13

Hibernate Tools 包含一个 Ant 任务,允许从映射文件(以及其他文件)生成 Java 代码事物)。检查 4.4.2 部分。文档中的 POJO java 代码导出器 ()

Hibernate3 Maven 插件 也支持此功能(使用 hibernate3:hbm2java 目标)。

The Hibernate Tools include an Ant Task allowing to generate Java code from mapping files (amongst other things). Check the section 4.4.2. POJO java code exporter (<hbm2java>) in the documentation.

The Hibernate3 Maven Plugin also supports this (with the hibernate3:hbm2java goal).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文