单个实体中的多个 @id 注释
在实体中使用多个 @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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.