Skip to content

Commit dd0735b

Browse files
committed
Update documentation.
1 parent 8c3f052 commit dd0735b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1
66
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
77
:store: Mongo
88

9+
:feature-scroll: true
10+
911
(C) 2008-2022 The original authors.
1012

1113
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

src/main/asciidoc/reference/mongodb.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ The `Query` class has some additional methods that provide options for the query
12881288
* `Query` *limit* `(int limit)` used to limit the size of the returned results to the provided limit (used for paging)
12891289
* `Query` *skip* `(int skip)` used to skip the provided number of documents in the results (used for paging)
12901290
* `Query` *with* `(Sort sort)` used to provide sort definition for the results
1291+
* `Query` *with* `(ScrollPosition position)` used to provide a scroll position (Offset- or Keyset-based pagination) to start or resume a `Scroll`
12911292

12921293
[[mongo-template.querying.field-selection]]
12931294
==== Selecting fields

0 commit comments

Comments
 (0)