[jboss-user] [JBoss Seam] - Re: count(*) and group by

christian.bauer@jboss.com do-not-reply at jboss.com
Tue Jul 24 20:28:56 EDT 2007


The "*" is a Hibernate HQL extension to JPA QL. I wouldn't use it because, as you figured out, it depends on the other projected attributes in the query and how that is grouped. The issue is that we can't really provide a generic count-query without the "*" in the Seam framework. So this is a catch 22...


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067234#4067234

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067234



More information about the jboss-user mailing list