Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はしばらくの間、Google App Engine の開発を行ってきました。私が気づいたものの、まだ使用する機会がなかった機能の 1 つは、データ ストアの「先祖」です。
これが役立つ状況の例は何でしょうか?
親を使用してエンティティを作成すると、エンティティは同じエンティティグループに配置されます。App Engineのトランザクションは、単一のエンティティグループ内でのみ機能するため、トランザクションが必要な場合は、エンティティグループが必要です。トランザクションが必要ない場合は、エンティティグループは必要ありません(特に、トランザクション機能を必要としないエンティティ間の関係を構築するには、親子関係ではなく、ReferencePropertiesを使用する必要があります)。