I was trying to do something that apparently doesn't work in JPQL: JPQL:
select c from Car c left join fetch c.owner ...