We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00bd6a commit b1ac642Copy full SHA for b1ac642
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/MappingJdbcConverter.java
@@ -165,6 +165,7 @@ private Class<?> doGetColumnType(RelationalPersistentProperty property) {
165
return getReferenceColumnType(property);
166
}
167
168
+ // why the f**** is this an entity??
169
if (property.isEntity()) {
170
Class<?> columnType = getEntityColumnType(property.getTypeInformation().getActualType());
171
0 commit comments