Polishing.

Refine wording about Id field naming.

See #4694
This commit is contained in:
Mark Paluch
2024-05-14 15:33:25 +02:00
parent 1f0ac9f2bd
commit 7821c2a545

View File

@@ -55,7 +55,7 @@ Additionally, the name of the document field can be customized via the `@Field`
| `_id`
| `@Field("x")` `@Id` `String` y
| `x`
| `_id` (`@Field(name)` is ignored, `@Id` takes precedence)
|===
The following outlines what type conversion, if any, will be done on the property mapped to the _id document field.