We've hit the same issue where queries are like select p, p.department from Person p left outer join p.department
We've have ton of code having this kind of queries. Is there a way to continue using the old behavior?