I have a class collection property with @ElementCollection
and @Enumerated(EnumType.ORDINAL)
I am trying to perform an in statement on that collection however in the generated sql i get this -> {non-qualified-property-ref} in (?)
我在制造 h子时可能会做一些错误。 这是因为这些要素实际上包含着价值观吗?
Thanks, Peter