Hi,
I have a class Top and a Bottom, Bottom is a joined-subclass to Top like:
Well, I'd like to join them in hql like:
select t.id Top t left outer join Bottom b on t.id = b.id.
But I don't know how.
Any idea ¿?
thanks!
Hi,
I have a class Top and a Bottom, Bottom is a joined-subclass to Top like:
Well, I'd like to join them in hql like:
select t.id Top t left outer join Bottom b on t.id = b.id.
But I don't know how.
Any idea ¿?
thanks!