-->
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: Complex order by clause
PostPosted: Thu Oct 07, 2010 11:29 am 
Newbie

Joined: Thu Oct 07, 2010 11:20 am
Posts: 1
I would like to express the following sql query with hibernate criteria but I don't know if it is possible:

SELECT person.name, COUNT(person_addresses.address_id)
FROM person
LEFT JOIN person_addresses
ON person_addresses.person_id=person.id
GROUP BY person.name
ORDER BY COUNT(person_addresses.address_id) DESC

I have a class "person" (with field id and name, and a list of addresses) and a class "adress" (with id, street,...)
I have 3 tables in the DB:
- person (id, name)
- person_addresses (person_id, address_id)
- address (id, street, ...)

Thanks for the help


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.