HHH-17708 Fix formatting/anchor in documentation of @Struct

This commit is contained in:
Yoann Rodière 2024-02-05 13:16:58 +01:00 committed by Christian Beikov
parent 5bd7e86e92
commit cd391b7359
2 changed files with 16 additions and 1 deletions

View File

@ -23,18 +23,33 @@ adjusting these names see <<naming>>.
==== ====
include::types.adoc[] include::types.adoc[]
include::basic_types.adoc[] include::basic_types.adoc[]
include::embeddables.adoc[] include::embeddables.adoc[]
include::entity.adoc[] include::entity.adoc[]
include::naming.adoc[] include::naming.adoc[]
include::access.adoc[] include::access.adoc[]
include::identifiers.adoc[] include::identifiers.adoc[]
include::associations.adoc[] include::associations.adoc[]
include::collections.adoc[] include::collections.adoc[]
include::natural_id.adoc[] include::natural_id.adoc[]
include::partitioning.adoc[] include::partitioning.adoc[]
include::soft_delete.adoc[] include::soft_delete.adoc[]
include::dynamic_model.adoc[] include::dynamic_model.adoc[]
include::inheritance.adoc[] include::inheritance.adoc[]
include::immutability.adoc[] include::immutability.adoc[]
include::customizing.adoc[] include::customizing.adoc[]

View File

@ -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. 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 ==== Embeddable mappings containing collections
Mapping <<chapters/domain/collections.adoc#collections,collections>> inside an `@Embeddable` value is supported in most cases. There are a couple exceptions: Mapping <<chapters/domain/collections.adoc#collections,collections>> inside an `@Embeddable` value is supported in most cases. There are a couple exceptions: