Re: [Hibernate] hql problem - group by with many-to-one

2004-12-17 Thread snpe
Hello, I do it.Please see : http://forum.hibernate.org/viewtopic.php?p=2225061#2225061 Thanks On Friday 17 December 2004 10:00 am, Christian Bauer wrote: > > On Dec 15, 2004, at 10:27 PM, snpe wrote: > > > I have problem with hql . > > Use the user forum. > ---

Re: [Hibernate] hql problem - group by with many-to-one

2004-12-17 Thread Christian Bauer
On Dec 15, 2004, at 10:27 PM, snpe wrote: I have problem with hql . Use the user forum. -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --

[Hibernate] hql problem - group by with many-to-one

2004-12-16 Thread snpe
Hello, I have problem with hql . class A is master and have many-to-one class B (foreign key relation) when I do hql with aggregate function and i group-list have only one column from class B it work, but when I have identifier (composite primary key) and yet anotehr column it don't work exam