When I have an Entity like "User" in the L1 cache and then do a query on that user with a JOIN FETCH on a relation of that object, the relation gets not fetched/hydrated.
The example will show the issue.