]
Adrian Nistor updated ISPN-4458:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Query DSL: negation predicates on properties of embedded entities are
not correctly evaluated for non-indexed queries
---------------------------------------------------------------------------------------------------------------------
Key: ISPN-4458
URL:
https://issues.jboss.org/browse/ISPN-4458
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Embedded Querying, Remote Querying
Affects Versions: 7.0.0.Alpha4
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Queries like the following do not match anything:
Query q = qf.from(User.class)
.not().having("addresses.postCode").eq("1234").toBuilder().build();