File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ string field names. You can structure your code in this way to make your
30
30
code more type-safe and improve your applications {+language+}
31
31
interoperability.
32
32
33
+ The extensions library also allows you to construct
34
+ queries, update documents, and other statements by using infix notation.
35
+ To learn more about this notation, see `Infix notation
36
+ <{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
37
+ {+language+} reference documentation.
38
+
33
39
.. note::
34
40
35
41
This page provides a limited number of code
@@ -129,11 +135,6 @@ methods to perform queries on the ``Student`` data class:
129
135
.. literalinclude:: /examples/generated/BuildersDataClassTest.snippet.filters-data-class.kt
130
136
:language: kotlin
131
137
132
- The preceding example includes a query written in **infix notation**, To
133
- learn more about this notation, see `Infix notation
134
- <{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
135
- {+language+} reference documentation.
136
-
137
138
.. _kotlin-data-class-indexes:
138
139
139
140
Indexes
Original file line number Diff line number Diff line change @@ -30,13 +30,6 @@ What's New in 5.3
30
30
The 5.3 driver release includes the following new features,
31
31
improvements, and fixes:
32
32
33
- - Support for using builders class methods directly with data class
34
- properties. To learn more, see the :ref:`kotlin-builders-data-classes`
35
- guide. This functionality is supported by the `{+driver-short+}
36
- Extensions package
37
- <{+api+}/apidocs/mongodb-driver-kotlin-extensions/index.html>`__
38
- published with this release.
39
-
40
33
.. sharedinclude:: dbx/jvm/v5.3-wn-items.rst
41
34
42
35
.. replacement:: vector-type-example-link
@@ -50,6 +43,12 @@ improvements, and fixes:
50
43
the :ref:`kotlin-fundamentals-change-document` and :ref:`kotlin-fundamentals-bulkwrite`
51
44
guides
52
45
46
+ - Support for using builders class methods directly with data class
47
+ properties. To learn more, see the :ref:`kotlin-builders-data-classes`
48
+ guide. This functionality is supported by the `{+driver-short+}
49
+ Extensions package <{+api+}/apidocs/mongodb-driver-kotlin-extensions/index.html>`__
50
+ published with this release.
51
+
53
52
- Implements a *client* bulk write API that allows you to perform write
54
53
operations on multiple databases and collections in the same call. To learn
55
54
more about this feature, see the :ref:`kotlin-client-bulk-write`
You can’t perform that action at this time.
0 commit comments