休眠中受约束的等效注释?
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚看到这个,等效的注释是
希望这有帮助。有更多信息此处。
Only just seen this, the equivalent annotation is
Hope this helps. There is more information here.