From cd391b73592723496e75f4cb4e44cd5335cd8c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 5 Feb 2024 13:16:58 +0100 Subject: [PATCH] HHH-17708 Fix formatting/anchor in documentation of @Struct --- .../userguide/chapters/domain/DomainModel.adoc | 15 +++++++++++++++ .../userguide/chapters/domain/embeddables.adoc | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc b/documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc index 429577cdf5..dac10966cb 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc @@ -23,18 +23,33 @@ adjusting these names see <>. ==== include::types.adoc[] + include::basic_types.adoc[] + include::embeddables.adoc[] + include::entity.adoc[] + include::naming.adoc[] + include::access.adoc[] + include::identifiers.adoc[] + include::associations.adoc[] + include::collections.adoc[] + include::natural_id.adoc[] + include::partitioning.adoc[] + include::soft_delete.adoc[] + include::dynamic_model.adoc[] + include::inheritance.adoc[] + include::immutability.adoc[] + include::customizing.adoc[] diff --git a/documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc b/documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc index c157d17f07..dd8af3f81c 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc @@ -611,7 +611,7 @@ create table JsonHolder as ( Again, the name and the nullability of the `aggregate` column can be refined through applying a `@Column` on the persistent attribute. -[[embeddable-mapping-aggregate]] +[[embeddable-mapping-aggregate-collections]] ==== Embeddable mappings containing collections Mapping <> inside an `@Embeddable` value is supported in most cases. There are a couple exceptions: