Skip to content

Commit 4ceb982

Browse files
committed
Clarify that converters are for simple values only.
Closes #1533
1 parent 7a7d3a3 commit 4ceb982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/antora/modules/ROOT/pages/jdbc/mapping.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ include::partial$mapping.adoc[]
142142
== Overriding Mapping with Explicit Converters
143143

144144
Spring Data allows registration of custom converters to influence how values are mapped in the database.
145-
Currently, converters are only applied on property-level.
145+
Currently, converters are only applied on property-level, i.e. you can only convert single values in your domain to single values in the database and back.
146+
Conversion between complex objects and multiple columns isn't supported.
146147

147148
[[custom-converters.writer]]
148149
=== Writing a Property by Using a Registered Spring Converter

0 commit comments

Comments
 (0)