Skip to content

Commit 7cdf2b8

Browse files
committed
RM feedback
1 parent 727daeb commit 7cdf2b8

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

source/connection/connect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Connect to MongoDB
77
.. contents:: On this page
88
:local:
99
:backlinks: none
10-
:depth: 1
10+
:depth: 2
1111
:class: singlecol
1212

1313
.. facet::
@@ -206,7 +206,7 @@ class. Select the tab that corresponds to your preferred class.
206206
.build();
207207
MongoClient mongoClient = MongoClients.create(settings);
208208

209-
ked Questions
209+
Frequently Asked Questions
210210
--------------------------
211211

212212
This section answers questions that may arise when

source/data-formats/document-data-format-pojo.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -246,18 +246,4 @@ How do I fix: "org.bson.codecs.configuration.CodecConfigurationException: Can't
246246
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247247

248248
This exception means you must register a codec for the class since
249-
none exist.
250-
251-
Summary
252-
-------
253-
254-
This guide describes how to convert data between BSON and the POJO format
255-
by performing the following tasks:
256-
257-
- Instantiate a ``PojoCodecProvider`` which contains codecs that define how to
258-
encode and decode data between BSON and the POJO fields.
259-
- Specify the **automatic** conversion behavior for the ``PojoCodecProvider``
260-
to apply the ``Codecs`` to any class and its properties.
261-
- Add the ``PojoCodecProvider`` to a ``CodecRegistry``, and specify the
262-
registry on an instance of a ``MongoDatabase`` or ``MongoCollection``.
263-
- Perform CRUD operations that use the sample POJO class.
249+
none exist.

source/versioning/legacy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Migrate from the Legacy API
77
.. contents:: On this page
88
:local:
99
:backlinks: none
10-
:depth: 1
10+
:depth: 2
1111
:class: singlecol
1212

1313
Overview

0 commit comments

Comments
 (0)