I've seen the solution to do this vice versa, but what if I have an object that has collection and I want to return the objects from query using where clause where I check if any of the items in object's collection (list for example) have certain value?
How can I do it in single HQL query?
How can I do it in single HQL query?
Comment