HQL Querying from Object's Collection with single parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Humakt
    New Member
    • Aug 2008
    • 42

    HQL Querying from Object's Collection with single parameter

    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?
  • Humakt
    New Member
    • Aug 2008
    • 42

    #2
    Solved this. Should have just googled with error message.

    Comment

    Working...