I think I see -- outer-join=false means do not do any deep or
pre-fetching. I.e. outer-joing=false does not cause an inner join to be
used; rather, it prevents any join from being used to load the related
objects in a single query. Pre-loading would defeat the purpose of any
attemped lazy fetching. |