We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CloseableIterator
1 parent 9b9d01c commit 2937d62Copy full SHA for 2937d62
src/main/asciidoc/repositories-paging-sorting.adoc
@@ -88,11 +88,6 @@ The table shows which types you can return from a query method
88
| Single query using typically cursors.
89
| Store module must provide reactive infrastructure.
90
91
-| `CloseableIterator<T>`
92
-| Chunked (one-by-one or in batches) depending on `CloseableIterator` consumption.
93
-| Single query using typically cursors.
94
-| `CloseableIterator` need to be closed after usage to avoid resource leaks.
95
-
96
| `Slice<T>`
97
| `Pageable.getPageSize() + 1` at `Pageable.getOffset()`
98
| One to many queries fetching data starting at `Pageable.getOffset()` applying limiting.
0 commit comments