-->
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: how do I
PostPosted: Mon Aug 08, 2011 10:27 am 
Beginner
Beginner

Joined: Fri Jul 20, 2007 10:38 am
Posts: 49
query on a class that's inside a set?

In the famous example;

Code:
Student.class:
private String name;
private Set courses;
....

in the dao:
Criteria criteria = session.createCriteria(Student.class);
criteria.add(Expression.eq("courses", course));
return criteria.list();


What I see hapening is that the hql is done on the KEY defined in the hbm-file, courses is ignored completely.
(in my case, there's no reference from course to student)


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.