We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155872c commit d3b5e35Copy full SHA for d3b5e35
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/MappingJdbcConverter.java
@@ -159,6 +159,8 @@ public Class<?> getColumnType(RelationalPersistentProperty property) {
159
160
private Class<?> doGetColumnType(RelationalPersistentProperty property) {
161
162
+ // here we get the column type and it seems we ignore custom conversions
163
+
164
if (property.isAssociation()) {
165
return getReferenceColumnType(property);
166
}
0 commit comments