-->
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: Joins in HQL query
PostPosted: Fri Aug 14, 2009 9:21 am 
Newbie

Joined: Thu Aug 13, 2009 6:07 am
Posts: 5
HI,
Please tell me how to apply joins (right & left) in HQL query. My code is

session.createQuery( SELECT subjectManager.idsubject , subjectManager.firstname, subjectManager.middlename , subjectManager.lastname , lnManager.username , count(taskDataManager.id) as opentask , count(issueDataManager.id) as openissue
from enrollment.server.DBConfig.LoginManager lnManager , enrollment.server.DBConfig.SubjectManager subjectManager left outer join fetch enrollment.server.DBConfig.TaskDataManager taskDataManager left outer join fetch enrollment.server.DBConfig.IssueDataManager issueDataManager
WHERE subjectManager.idsubject = lnManager.idsubject and
subjectManager.idsubject = taskDataManager.subjectByAssignedTo and subjectManager.idsubject = issueDataManager.subjectByAssignedTo and lnManager.isdeleted !=0 and taskDataManager.taskstatus = 1 group by subjectManager.idsubject ").iterate()

please tell me if there is any syntex error in above code. I m beginer in hibernate.


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.