[[["易于理解","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-06。"],[[["This API supports first-generation runtimes and is applicable when upgrading to corresponding second-generation runtimes, while migration to Java 11/17 runtimes requires referring to a specific migration guide."],["`PreparedQuery.asSingleEntity()` retrieves a single entity matching a query, throwing a `TooManyResultsException` if multiple matches exist."],["`PreparedQuery.asIterable()` and `PreparedQuery.asIterator()` allow iterating through query results in batches, with the batch size adjustable via `FetchOptions.chunkSize()`."],["Projection queries retrieve only selected properties, and keys-only queries retrieve only keys, both being faster and less resource-intensive than full-entity queries."],["A limit can be set on queries to control the maximum number of results, as demonstrated in the example that retrieves the five tallest people."]]],[]]