-->
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: Count(*) on a group by subquery
PostPosted: Wed Mar 30, 2011 8:32 am 
Newbie

Joined: Wed Mar 30, 2011 8:13 am
Posts: 1
hi,

I'm playing with hibernate criteria and I'm not able to pop out a way to count the number of rows returned by a groupby query (it's mainly in case of pagination).
Here is an example of my query (no problem with Criteria):
Code:
Select a, b
from MyTable
group by a, b


And here is the derived expected query from the previous one :
Code:
select count(*) from (
   Select a, b
   from MyTable
   group by a, b
)


Is there any way to achieve this with Criteria ? if no, is there any workaround ?

Thanks

William


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.