bosh wrote:
have i asked a stupid question not worthy of the courts attension?
chill. This forum doesn't have the typical 'holier-than-thou' attitude that most do.
I'm not very experienced with HQL, but what you'll want to do is get rid of the count, b/c your collection will tell you that. You'll also want to return various properties of the actual Person object, like doing "SELECT {Person.*} ..."
Hibernate In Action has some great examples, if you don't have that book I'd suggest picking it up. The link is at the top of the page.[/b]