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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -