如何将 grails 中的一对一关系映射到幕后的一张表?

发布于 2024-09-02 09:49:31 字数 137 浏览 6 评论 0原文

假设我有一个 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 技术交流群。

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

发布评论

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

评论(1

地狱即天堂 2024-09-09 09:49:31

有一个

static embedded = []

描述此处

There is an

static embedded = []

It is described here.

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