-->
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: Property fetching
PostPosted: Fri Oct 08, 2010 8:42 am 
Newbie

Joined: Fri Oct 08, 2010 8:20 am
Posts: 1
hi,

I'm experiencing some strange behaviour regarding property fetching.

this is the hql query:
"select new x.y.Entry(c,count(distinct wa.id)) from Category c fetch all properties inner join c.entries wa inner join wa.objects wo inner join wo.regions reg where .... group by c.id,c.name,c.parent.id"

it only fetches the id of c and not the other properties (i'm not talking about associations). it works if i leave out the constructor syntax and create the object myself.

any hints?

using hibernate 3.4.0 GA (from jboss 5.1.0)


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.