You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, that Hibernate leniently accepted Set<Set<…>> and now it no longer does. We need to fix the issue, using the original ticket you filed at #2834
spring-data-commons/src/main/java/org/springframework/data/querydsl/binding/QuerydslDefaultBinding.java
Line 61 in 2937d62
The value here is Collection<Collection<po>>
The element here is Collection<po>
The constructed predicate is wrong
#2834
The text was updated successfully, but these errors were encountered: