Skip to content

Commit 4af541f

Browse files
committed
tags
1 parent 31cd656 commit 4af541f

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

source/crud/bulk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. _java-fundamentals-bulkwrite:
2-
.. _java-usage-bulkwrite:
32

43
=====================
54
Bulk Write Operations
@@ -359,6 +358,7 @@ see the following API documentation:
359358
- `BulkWriteOptions <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/BulkWriteOptions.html>`__
360359
- `ordered() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/BulkWriteOptions.html#ordered(boolean)>`__
361360

361+
.. _java-usage-bulkwrite:
362362

363363
Bulk Write Example: Full File
364364
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/crud/delete.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. _java-fundamentals-delete:
2-
.. _java-usage-deletemany:
32

43
================
54
Delete Documents
@@ -148,6 +147,9 @@ collection:
148147
{ "_id": 1, "color": "red", "qty": 5 }
149148
{ "_id": 8, "color": "black", "qty": 8 }
150149

150+
.. _java-usage-deletemany:
151+
.. _java-usage-deleteone:
152+
151153
Delete Example: Full File
152154
-------------------------
153155

source/crud/insert.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ The output of the preceding code resembles the following:
157157
Inserted documents with the following ids: [60930c3aa982931c20ef6cd7,
158158
60930c3aa982931c20ef6cd8]
159159

160+
.. _java-usage-insertmany:
161+
.. _java-usage-insertone:
160162

161163
Insert Example: Full File
162164
-------------------------

source/crud/query-documents/find.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The following shows the output of the preceding query:
9292
After the owner runs this query, they find two orders that matched the
9393
criteria.
9494

95+
.. _java-usage-find:
96+
9597
Find Example: Full File
9698
~~~~~~~~~~~~~~~~~~~~~~~
9799

source/crud/update-documents.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ documents match.
172172
see :manual:`Unique Indexes </core/index-unique/>` in the
173173
{+mdb-server+} manual.
174174

175+
.. _java-usage-updatemany:
176+
.. _java-usage-updateone:
177+
175178
Update Example: Full File
176179
~~~~~~~~~~~~~~~~~~~~~~~~~
177180

@@ -289,6 +292,8 @@ documents match.
289292
see :manual:`Unique Indexes </core/index-unique/>` in the
290293
{+mdb-server+} manual.
291294

295+
.. _java-usage-replaceone:
296+
292297
Replace One Example: Full File
293298
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
294299

0 commit comments

Comments
 (0)