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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -