-->
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: Mapping a query result to an object
PostPosted: Thu Dec 02, 2010 10:29 am 
Newbie

Joined: Tue Jan 22, 2008 9:14 am
Posts: 2
Hello,

I have a problem related with the mapping of the results of a HQL query.

My query is:

select t, count(distinct ut.ownerUserId), avg(ut.userTestMark) FROM Test t LEFT JOIN t.userTests ut

I want to map the results of the avg and count to 2 transient fields that i defined in the Test class. How should my query look like? Alternatively, if this is not possible, how should i change my approach in order to obtain those 2 fields without writing a native query?

Many thanks in advance.


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.