[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 UTC。"],[[["This API supports first-generation runtimes and can be used when upgrading to corresponding second-generation runtimes, with a migration guide available for App Engine Java 11/17 runtime updates."],["Entities are data objects in Datastore, categorized under a specific kind for queries, with properties defining their data values."],["Entities are created in Java using the `Entity` class and saved to Datastore via the `DatastoreService.put()` method, and can be named with a key or given an automatically generated numeric ID."],["To update an existing entity, modify its attributes and use `DatastoreService.put()`, overwriting the existing entity, while `DatastoreService.delete()` is used to delete entities based on their keys."],["Batch operations allow multiple entities to be handled in a single Datastore call, improving efficiency by grouping entities by entity groups and performing operations in parallel."]]],[]]