标签: google-app-engine google-cloud-datastore objectify
我的问题很简单。
我有不属于任何父级的用户实例,因此他们的实体组是root。我想在与Objectify的交易中添加它们。 问题是我不知道如何告诉对象用户父母是root用户,当我做多次put(用户)时我得到:
operating on too many entity groups in a single transaction
我应该向用户添加某种特殊的@Parent吗?
答案 0 :(得分:0)
您需要进行跨群组交易 https://developers.google.com/appengine/docs/java/datastore/transactions