Hi,

How to perform outer join (outer left, outer right) two independent arbitrary tables (have no relation between them) in HQL? When I tried, I m getting 'path expected' exception.

All the examples I see have tables with relation table1 left join table1.table2.

Is there any solution for this apart from native SQL?

Regards,
ManiKanta G