Hibernate Criteria for elements inside a Set

Posted by Srirangan on Stack Overflow See other posts from Stack Overflow or by Srirangan
Published on 2010-05-31T07:19:46Z Indexed on 2010/05/31 7:23 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi,

I have one entity that contains a set of another entity.

Entity1 contains Set entityTwos

I want to create a search criteria for an "id" field inside entityTwos.

I searched, but didn't get any answers. Anybody have an idea?

Thanks, Sri

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate