我有一個「用戶」實體和一個嵌入式嵌入類「選項」,如下面的代碼片段。然而,在我運行這段代碼後,我改變&保存它後,Options類中的值的變化並不總是被更新「OfyService.ofy()。save()。entity(user);」 有沒有人知道這個問題?任何改變其相關的@Cache註釋?謝謝。 @Entity
@Cache
public class User {
@Id Long id;
1.-創建對象的id // Allocate a key for the conference -- let App Engine allocate the ID
final Key<Conference> conferenceKey = factory().allocateId(profileKey, Conference.class);
// Get the Conference Id f