It appears that queries like this:
from Entity left join fetch association
with:
- an implicit select, and
- a {{fetch}}ed association.
result in an implicit result Object[] or Tuple which includes the fetched entity. Entities resulting from {{fetch join}}s should never be included in the result tuple. |