休眠中受约束的等效注释?

发布于 2024-11-08 04:15:55 字数 123 浏览 4 评论 0原文

如何在 hibernate 注释 onetoone 映射中使用 constrained 属性。

我的意思是在注释中使用的 constrained 的等效属性是什么?

How can I use constrained attribute in hibernate annotation onetoone mapping.

I mean what is the equivalent attribute of constrained to use in annotations?

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

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

发布评论

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

评论(1

世界如花海般美丽 2024-11-15 04:15:55

刚刚看到这个,等效的注释是

@PrimaryKeyJoinColumn 

希望这有帮助。有更多信息此处。

Only just seen this, the equivalent annotation is

@PrimaryKeyJoinColumn 

Hope this helps. There is more information here.

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