From 977cc5311ad183f7c89c50c1b377d60ae00b96ff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 14 May 2024 15:33:25 +0200 Subject: [PATCH] Polishing. Refine wording about Id field naming. See #4694 --- src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc b/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc index 92ea59cd2..411c06f02 100644 --- a/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc +++ b/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc @@ -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.