File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/reference/content/bson Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ A `ClassModel` for a POJO includes:
19
19
* A new instance factory. Handling the creation of new instances of the POJO. By default it requires the POJO to have an empty constructor.
20
20
* Property information, a list of [ ` PropertyModel ` ] ({{<apiref "org/bson/codecs/pojo/PropertyModel.html">}}) instances that contain all the
21
21
property metadata. By default this includes; any public getter methods with any corresponding setter methods and any public fields.
22
- * An optional IdProperty. By default the ` _id ` or ` id ` property in the POJO.
22
+ * An optional IdProperty (see ` BsonId ` annotation) . By default the ` _id ` or ` id ` property in the POJO.
23
23
* Type data for the POJO and its fields to work around type erasure.
24
24
* An optional discriminator value. The discriminator is the value used to represent the POJO class being stored.
25
25
* An optional discriminator key. The document key name for the discriminator.
You can’t perform that action at this time.
0 commit comments