If you don't want to use Hibernate, you can always "simulate" a FULL OUTER JOIN by doing an union of an INNER JOIN, a LEFT JOIN with right side IS NULL and a RIGHT JOIN with left side IS NULL. – overmeulenFeb 19 at 16:25
every example in that link shows the entity being related and has no "on" keyword. Am I missing one? maybe you can paste the exact code as none of that code seems to be doing the thing my example does. The important point being these are unrelated entities and we are just getting stats really on them by joining them on some random column. I do see a full join but that example assumes a relationship there. – Dean HillerFeb 19 at 16:28