gpt4 book ai didi

grails - 关系中的关系类型

转载 作者:行者123 更新时间:2023-12-02 14:57:41 26 4
gpt4 key购买 nike

在两个类中指定关系的用途是什么(hasOne / hasMany AND EmiratesTo)?让我们举个例子

class User {
Profile profile
}

class Profile {
String name
String age
String location
}

在这种情况下, User具有一个 Profile。那么如何指定 hasOnebelongsTo关系,为什么呢?

指定关系类型的用途是什么?我们可以只拥有对象,而不是在User中指定hasOne。

最佳答案

您可以使用。 hasOnebelongsTo属性定义类之间的关系,并在删除,保存和更新时添加级联。如果决定不使用这些属性,则必须实现自己的级联效果。

在开发大型应用程序时不使用这些属性并映射关系是有利的,因为它们会导致性能开销。这在Burt Beckwiths blog中进行了解释

关于grails - 关系中的关系类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7055442/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com