-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Filtering results Hibernate JOIN
PostPosted: Wed May 02, 2012 6:41 pm 
Newbie

Joined: Thu Apr 05, 2012 7:30 am
Posts: 4
Hi,

How could I add filters to a Join on Hibernate? I have an entity parent with three children, and I would like to filter data by some fields of these children entities. The JOIN it's created on my DAO through

Code:
sessionFactory.getCurrentSession().createCriteria(Cartel.class).add( create(instance) ).list();


I supposed that if I set the fields I want to filter by, Hibernate automatically would build the JOIN filtered by these fields but it returns all results (the select statement built only have 1=1 in the where clause).

Thanks.
Regards.
JB.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.