You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/object-mapping/mapping.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you do not use this annotation, your application takes a slight performance h
24
24
* `@Id`: Applied at the field level to mark the field used for identity purpose.
25
25
* `@GeneratedValue`: Applied at the field level together with `@Id` to specify how unique identifiers should be generated.
26
26
* `@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>>.
28
28
* `@Relationship`: Applied at the field level to specify the details of a relationship.
29
29
* `@DynamicLabels`: Applied at the field level to specify the source of dynamic labels.
30
30
* `@RelationshipProperties`: Applied at the class level to indicate this class as the target for properties of a relationship.
0 commit comments