Skip to content

Commit 73af453

Browse files
committed
tags
1 parent 8e165d9 commit 73af453

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

source/crud/read-operations/retrieve.txt

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

97+
.. _java-usage-find:
98+
9799
Find Example: Full File
98100
~~~~~~~~~~~~~~~~~~~~~~~
99101

source/crud/write-operations/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 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/write-operations/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/write-operations/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/write-operations/modify.txt

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

166+
.. _java-usage-updatemany:
167+
.. _java-usage-updateone:
168+
166169
Update Example: Full File
167170
~~~~~~~~~~~~~~~~~~~~~~~~~
168171

@@ -280,6 +283,8 @@ documents match.
280283
see :manual:`Unique Indexes </core/index-unique/>` in the
281284
{+mdb-server+} manual.
282285

286+
.. _java-usage-replaceone:
287+
283288
Replace One Example: Full File
284289
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285290

0 commit comments

Comments
 (0)