[[["容易理解","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 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."]]],[]]