I’ve just tried it with 6.2.0.CR3 and it seems not working for java.util.Set. I went through the PR for this and found the isCollection() method checks for org.hibernate.mapping.Collection.class.isAssignableFrom(javaType) shouldn’t it be java.util.Collection.class.isAssignableFrom(javaType)? |