See below...
On Fri, Dec 16, 2016 at 5:03 PM, Steve Ebersole wrote:
> It likely is not an issue. Query spaces only come into play with regards to
> restrictions. Since the EntityGraph is not part of the query proper
> restrictions cannot be based on it.
>
> That would be a scenario to try thoug
It likely is not an issue. Query spaces only come into play with regards
to restrictions. Since the EntityGraph is not part of the query proper
restrictions cannot be based on it.
That would be a scenario to try though... create a query restricting
results based on some joined attribute and then
Query spaces for EntityGraph nodes/subgraphs are not currently added
when applied to a Query, and so the session is not flushed if it
contains updated data relevant to the EntityGraph that is not in the
query spaces defined for the Query.
I originally though this was a critical issue, but now that