-->
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: Projections.id
PostPosted: Thu Apr 20, 2006 7:30 am 
Newbie

Joined: Wed Dec 28, 2005 9:10 am
Posts: 3
Hi,

Projections.id doesn't work properly on classes with ComponentType identifier.

for example
A class has a ComponentType identifier AId with fields key1, key2

executing
Criteria c = session.createCriteria(A.class)
.setProjection(Projections.id()).list()

produces the following sql:
select this_.key1 as y0_this_.key2 as y1_
from MyTable this_

Column yo_ is sticked on this.

Any idea?

Thanks,
Vassilis


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.