[[["容易理解","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-06-16 (世界標準時間)。"],[[["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."]]],[]]