| JPA defines that the implicit navigation operator . should result in an inner join and using get(“chair“) or get(“room“) essentially represents an implicit navigation. I’m not sure how entity graphs play into this, but if you want a left join to happen, you most probably will have to do that join explicitly. |