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 -

c++ - Msgpack packing bools bug -

java - POJO with list of POJO to JSON display size and index -