-
Task
-
Resolution: Done
-
Major
-
7.0.0.Alpha4
Queries like the following do not match anything:
Query q = qf.from(User.class)
.not().having("addresses.postCode").eq("1234").toBuilder().build();
Queries like the following do not match anything:
Query q = qf.from(User.class)
.not().having("addresses.postCode").eq("1234").toBuilder().build();