gpt4 book ai didi

java - 使用子实体的默认提取组是否必然意味着 App Engine 上的非法加入?

转载 作者:行者123 更新时间:2023-12-01 16:01:33 26 4
gpt4 key购买 nike

我尝试向我的 User 类添加一个属性,以使其自动加载其子记录(联系人)。

根据下面的错误,这似乎不可能,至少我尝试这样做的方式是这样:

 @Persistent(mappedBy = "user", defaultFetchGroup="true")
private List<Contact> contacts;


WARNING: Meta-data warning for com.contactly.User.contacts: The datastore does not support joins and therefore cannot honor requ
ests to place related objects in the default fetch group. The field will be fetched lazily on first access. You can modify this warn
ing by setting the datanucleus.appengine.ignorableMetaDataBehavior property in your config. A value of NONE will silence the warning.
A value of ERROR will turn the warning into an exception.

在 JDO 中还有其他方法可以做到这一点吗?

最佳答案

没有。 App Engine 数据存储区不支持在加载查询结果的同时加载引用的实体。

关于java - 使用子实体的默认提取组是否必然意味着 App Engine 上的非法加入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3747595/

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