@@ -942,8 +942,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
942
942
* Triggers <a href="https://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/">findAndModify </a>
943
943
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query}.
944
944
* <p>
945
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
946
- * incremented if not explicitly specified in the update.
945
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
946
+ * auto- incremented if not explicitly specified in the update.
947
947
*
948
948
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a record and also an optional
949
949
* fields specification. Must not be {@literal null}.
@@ -961,8 +961,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
961
961
* Triggers <a href="https://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/">findAndModify </a>
962
962
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query}.
963
963
* <p>
964
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
965
- * incremented if not explicitly specified in the update.
964
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
965
+ * auto- incremented if not explicitly specified in the update.
966
966
*
967
967
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a record and also an optional
968
968
* fields specification. Must not be {@literal null}.
@@ -982,8 +982,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
982
982
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query} taking
983
983
* {@link FindAndModifyOptions} into account.
984
984
* <p>
985
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
986
- * incremented if not explicitly specified in the update.
985
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
986
+ * auto- incremented if not explicitly specified in the update.
987
987
*
988
988
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a record and also an optional
989
989
* fields specification.
@@ -1005,8 +1005,8 @@ default <T> List<T> findDistinct(Query query, String field, String collection, C
1005
1005
* to apply provided {@link Update} on documents matching {@link Criteria} of given {@link Query} taking
1006
1006
* {@link FindAndModifyOptions} into account.
1007
1007
* <p>
1008
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1009
- * incremented if not explicitly specified in the update.
1008
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1009
+ * auto- incremented if not explicitly specified in the update.
1010
1010
*
1011
1011
* @param query the {@link Query} class that specifies the {@link Criteria} used to find a record and also an optional
1012
1012
* fields specification. Must not be {@literal null}.
@@ -1532,8 +1532,8 @@ default long exactCount(Query query, String collectionName) {
1532
1532
* Performs an upsert. If no document is found that matches the query, a new document is created and inserted by
1533
1533
* combining the query document and the update document.
1534
1534
* <p>
1535
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1536
- * incremented if not explicitly specified in the update.
1535
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1536
+ * auto- incremented if not explicitly specified in the update.
1537
1537
* <p>
1538
1538
* <strong>NOTE:</strong> {@link Query#getSortObject() sorting} is not supported by {@code db.collection.updateOne}.
1539
1539
* Use {@link #findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class, String)} instead.
@@ -1577,8 +1577,8 @@ default long exactCount(Query query, String collectionName) {
1577
1577
* Performs an upsert. If no document is found that matches the query, a new document is created and inserted by
1578
1578
* combining the query document and the update document.
1579
1579
* <p>
1580
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1581
- * incremented if not explicitly specified in the update.
1580
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1581
+ * auto- incremented if not explicitly specified in the update.
1582
1582
*
1583
1583
* @param query the query document that specifies the criteria used to select a record to be upserted. Must not be
1584
1584
* {@literal null}.
@@ -1597,8 +1597,8 @@ default long exactCount(Query query, String collectionName) {
1597
1597
* Updates the first object that is found in the collection of the entity class that matches the query document with
1598
1598
* the provided update document.
1599
1599
* <p>
1600
- * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be auto
1601
- * incremented if not explicitly specified in the update.
1600
+ * A potential {@link org.springframework.data.annotation.Version} property of the {@literal entityClass} will be
1601
+ * auto- incremented if not explicitly specified in the update.
1602
1602
*
1603
1603
* @param query the query document that specifies the criteria used to select a record to be updated. Must not be
1604
1604
* {@literal null}.
0 commit comments