gpt4 book ai didi

symfony - Doctrine :级联 ="remove"与 orphanRemoval=true

转载 作者:行者123 更新时间:2023-12-02 08:40:36 26 4
gpt4 key购买 nike

上面两个选项有什么区别?什么时候选择每个选项更合适?

最佳答案

它们之间的基本区别是:

When using the orphanRemoval=true option Doctrine makes the assumption that the entities are privately owned and will NOT be reused by other entities. If you neglect this assumption your entities will get deleted by Doctrine even if you assigned the orphaned entity to another one.

假设您的用户评论具有一对多关系。如果您使用 cascade="remove",您可以从一个用户中删除对评论的引用>,然后将该评论附加到另一个用户。当您坚持它们时,它们将被正确保存。但如果您使用 orphanRemoval=true,即使您将从一个用户 中删除给定的评论 ,然后附加到另一个用户,该评论将在持久期间被删除,因为引用已被删除。

关于symfony - Doctrine :级联 ="remove"与 orphanRemoval=true,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25515007/

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