如何将 grails 中的一对一关系映射到幕后的一张表?
假设我有一个 UserAccount 域类,它有一个 UserPreferences 域类。出于组织目的,我这样做是为了分隔字段。有没有办法告诉 grails/gorm 我真的希望它将这些域类映射到幕后的 user_account 表?
谢谢!
Let's say I have a UserAccount domain class that has a UserPreferences domain class. I do this to separate the fields for organization purposes. Is there a way to tell grails/gorm that I really want it to map these domain classes to just the user_account table under the covers?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个
描述此处。
There is an
It is described here.