[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-26。"],[[["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."]]],[]]