Skip to content

Commit e87dbce

Browse files
committed
GH-2183 - Fix wrong anchor in documentation.
The CompositeProperty works now correctly. Closes GH-2183
1 parent 6ad4628 commit e87dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/object-mapping/mapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you do not use this annotation, your application takes a slight performance h
2424
* `@Id`: Applied at the field level to mark the field used for identity purpose.
2525
* `@GeneratedValue`: Applied at the field level together with `@Id` to specify how unique identifiers should be generated.
2626
* `@Property`: Applied at the field level to modify the mapping from attributes to properties.
27-
* `@CompositeProperty`: Applied at the field level on attributes of type Map that shall be read back as a composite. See <<composite-properties>>.
27+
* `@CompositeProperty`: Applied at the field level on attributes of type Map that shall be read back as a composite. See <<custom.conversions.composite-properties>>.
2828
* `@Relationship`: Applied at the field level to specify the details of a relationship.
2929
* `@DynamicLabels`: Applied at the field level to specify the source of dynamic labels.
3030
* `@RelationshipProperties`: Applied at the class level to indicate this class as the target for properties of a relationship.

0 commit comments

Comments
 (0)