hibernate - How to combine the results of two HQL queries into one -
i have 2 hql queries need combine single set of results.
both objectone , objecttwo derived same base class. objectone has
the first query is...
select //some things objectone objectone, objecttwo objecttwo objectone in elements(objecttwo.components)
and second query is...
select //some things objectone objectone left outer join objectone.parentobject parentobj parentobj.myfield null
thanks in advance!
Comments
Post a Comment