Skip to content

Commit cd391b7

Browse files
yrodierebeikov
authored andcommitted
HHH-17708 Fix formatting/anchor in documentation of @struct
1 parent 5bd7e86 commit cd391b7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc

+15
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,33 @@ adjusting these names see <<naming>>.
2323
====
2424

2525
include::types.adoc[]
26+
2627
include::basic_types.adoc[]
28+
2729
include::embeddables.adoc[]
30+
2831
include::entity.adoc[]
32+
2933
include::naming.adoc[]
34+
3035
include::access.adoc[]
36+
3137
include::identifiers.adoc[]
38+
3239
include::associations.adoc[]
40+
3341
include::collections.adoc[]
42+
3443
include::natural_id.adoc[]
44+
3545
include::partitioning.adoc[]
46+
3647
include::soft_delete.adoc[]
48+
3749
include::dynamic_model.adoc[]
50+
3851
include::inheritance.adoc[]
52+
3953
include::immutability.adoc[]
54+
4055
include::customizing.adoc[]

documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ create table JsonHolder as (
611611

612612
Again, the name and the nullability of the `aggregate` column can be refined through applying a `@Column` on the persistent attribute.
613613

614-
[[embeddable-mapping-aggregate]]
614+
[[embeddable-mapping-aggregate-collections]]
615615
==== Embeddable mappings containing collections
616616

617617
Mapping <<chapters/domain/collections.adoc#collections,collections>> inside an `@Embeddable` value is supported in most cases. There are a couple exceptions:

0 commit comments

Comments
 (0)