I have a class collection property with @ElementCollection and @Enumerated(EnumType.ORDINAL)
I try to execute the in statement in this collection, however in the generated sql I get this -> {non-qualified-property-ref} in (?)
I can do something wrong by creating hql myself. Maybe because elements are actually enumeration values?
Thanks Peter
source share