spring-data-relational
spring-data-relational copied to clipboard
Column level converters in Spring Data R2dbc
Currently the custom converters can be only applied globally, if possible to apply the converters in an specific entity, esp on a column.
We should do this for R2DBC and JDBC