Hello,
we want to execute following query:
SELECT tc FROM TC tc WHERE ?1 MEMBER OF tc.testMacros.values()
But we get an internal ObjectDB exception.
It is possible to implement a query for this case at all?
@Entity public class TC { @OneToMany Map<String, Macros> testMacros = new HashMap(); }