iPhone核心数据:三层实体关系混乱

发布于 2024-12-12 08:05:13 字数 261 浏览 0 评论 0原文

请参阅下面的核心数据表。我想将“Color”实体与“detailsColor”属性(在“详细信息”实体中)相关联。这个想法是(在本例中)有三种颜色适用于detailsColor。

我本以为颜色中的“关系”将适用于“detailsColor”属性,因为这些颜色仅适用于那里。但我似乎无法将两者联系起来。我只能创建与整个详细信息实体的关系。这是正确的吗?建议表示赞赏。

核心数据

Re the Core Data table below. I want to associate the "Color" entity with the "detailsColor" attribute (in the Details entity). The idea is that there are (in this case) three Colors applicable to detailsColor.

I would have thought the "Relationships" in Color would apply to the "detailsColor" attribute as these colors only apply there. I cannot seem to connect the two though. I can only create a relationship with the entire Details entity. Is this correct? Suggestions appreciated.

Core Data

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

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

发布评论

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

评论(1

故人如初 2024-12-19 08:05:13

关系连接实体,因此说“colorDetails”适用于“整个Details 实体”是没有意义的。你的设置对我来说看起来没问题。

A relation connects entities, so it doesn't make sense to say that "colorDetails" applies "to the entire Details entity". Your set up looks okay to me.

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