-->
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: Criteria and subquery
PostPosted: Mon May 26, 2008 7:02 am 
Newbie

Joined: Mon May 26, 2008 6:53 am
Posts: 1
Hi all,
can I rewrite to "Hibernate Criteria" this SQL?

SELECT u.id, p.num
FROM user AS u
LEFT JOIN (SELECT SUM(p.num) AS num, p.id FROM user_num AS p WHERE p.obd = '200802' GROUP BY p.id) AS p ON p.id = u.id
WHERE .....

I have Hibernate 3.2.3 and MySQL 5.0.

I know basic things with criteria as Subquery.xxx, but this feature is only for "criteria data (as exist, in, ....)".
Can I join table as subquery in Hibernate Criteria?

Thanks!


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.