Skip to content

Commit b1ac642

Browse files
committed
DEBUGGING ONLY
1 parent a00bd6a commit b1ac642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ private Class<?> doGetColumnType(RelationalPersistentProperty property) {
165165
return getReferenceColumnType(property);
166166
}
167167

168+
// why the f**** is this an entity??
168169
if (property.isEntity()) {
169170
Class<?> columnType = getEntityColumnType(property.getTypeInformation().getActualType());
170171

0 commit comments

Comments
 (0)