单个实体中的多个 @id 注释

发布于 2024-11-10 16:43:22 字数 80 浏览 9 评论 0原文

在实体中使用多个 @Id 与复合 Id 有什么区别?

另外,当没有实际为嵌入对象单独创建表时,这个@EmbeddedId如何工作?

What is the difference between using multiple @Id in an entity Vs, Composite Id ?

Also, how does this @EmbeddedId work when there is no table actually created separately for the Embedded Object?

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

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

发布评论

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

评论(1

灰色世界里的红玫瑰 2024-11-17 16:43:22

Hibernate 提供了不同的选项来定义/使用复合标识符。所有这些选项都在 hibernate 参考手册中进行了深入解释: http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html_single/#d0e4819

Hibernate offers different options for defining/using composite identifiers. All these options are explained in depth in the hibernate reference manual: http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html_single/#d0e4819.

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