Skip to content

Commit d3b5e35

Browse files
committed
DEBUGGING ONLY
1 parent 155872c commit d3b5e35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/MappingJdbcConverter.java

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ public Class<?> getColumnType(RelationalPersistentProperty property) {
159159

160160
private Class<?> doGetColumnType(RelationalPersistentProperty property) {
161161

162+
// here we get the column type and it seems we ignore custom conversions
163+
162164
if (property.isAssociation()) {
163165
return getReferenceColumnType(property);
164166
}

0 commit comments

Comments
 (0)