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
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.
146
147
147
148
[[custom-converters.writer]]
148
149
=== Writing a Property by Using a Registered Spring Converter
0 commit comments