@@ -946,8 +946,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
946
946
* Triggers <a href="https://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/">findAndModify </a>
947
947
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query}.
948
948
* <p>
949
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
950
- * incremented if not explicitly specified in the update.
949
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
950
+ * auto- incremented if not explicitly specified in the update.
951
951
*
952
952
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a document and also an
953
953
* optional fields specification. Must not be {@literal null}.
@@ -965,8 +965,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
965
965
* Triggers <a href="https://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/">findAndModify </a>
966
966
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query}.
967
967
* <p>
968
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
969
- * incremented if not explicitly specified in the update.
968
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
969
+ * auto- incremented if not explicitly specified in the update.
970
970
*
971
971
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a document and also an
972
972
* optional fields specification. Must not be {@literal null}.
@@ -986,8 +986,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
986
986
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query} taking
987
987
* {@link FindAndModifyOptions} into account.
988
988
* <p>
989
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
990
- * incremented if not explicitly specified in the update.
989
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
990
+ * auto- incremented if not explicitly specified in the update.
991
991
*
992
992
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a document and also an
993
993
* optional fields specification.
@@ -1009,8 +1009,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
1009
1009
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query} taking
1010
1010
* {@link FindAndModifyOptions} into account.
1011
1011
* <p>
1012
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1013
- * incremented if not explicitly specified in the update.
1012
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1013
+ * auto- incremented if not explicitly specified in the update.
1014
1014
*
1015
1015
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a document and also an
1016
1016
* optional fields specification. Must not be {@literal null}.
@@ -1536,8 +1536,8 @@ default long exactCount(Query query, String collectionName) {
1536
1536
* Performs an upsert. If no document is found that matches the query, a new document is created and inserted by
1537
1537
* combining the query document and the update document.
1538
1538
* <p>
1539
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1540
- * incremented if not explicitly specified in the update.
1539
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1540
+ * auto- incremented if not explicitly specified in the update.
1541
1541
* <p>
1542
1542
* <strong>NOTE:</strong> {@link Query#getSortObject() sorting} is not supported by {@code db.collection.updateOne}.
1543
1543
* Use {@link #findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String)} instead.
@@ -1581,8 +1581,8 @@ default long exactCount(Query query, String collectionName) {
1581
1581
* Performs an upsert. If no document is found that matches the query, a new document is created and inserted by
1582
1582
* combining the query document and the update document.
1583
1583
* <p>
1584
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1585
- * incremented if not explicitly specified in the update.
1584
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1585
+ * auto- incremented if not explicitly specified in the update.
1586
1586
*
1587
1587
* @param query the query document that specifies the criteria used to select a document to be upserted. Must not be
1588
1588
* {@literal null}.
@@ -1601,8 +1601,8 @@ default long exactCount(Query query, String collectionName) {
1601
1601
* Updates the first object that is found in the collection of the entity class that matches the query document with
1602
1602
* the provided update document.
1603
1603
* <p>
1604
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1605
- * incremented if not explicitly specified in the update.
1604
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1605
+ * auto- incremented if not explicitly specified in the update.
1606
1606
*
1607
1607
* @param query the query document that specifies the criteria used to select a document to be updated. Must not be
1608
1608
* {@literal null}.
0 commit comments