-->
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.  [ 2 posts ] 
Author Message
 Post subject: select clause in criteria query
PostPosted: Wed Dec 01, 2004 12:30 am 
Newbie

Joined: Wed Dec 01, 2004 12:13 am
Posts: 4
Is there any way I can use select clause in criteria query?

I would like to use the following query

select new MessageRecipient(r.Id) from MessageRecipient r join r.Message m where m.sender = 'userId1' and subject like 'test%'

I don't want to load MessageRecipient with all of it's data because it's has more relation ships which cuases more SQL queries to be executed.

I want to use the power of Criteria so that I can add different conditional expressions and as well order by clauses. Is there any way I can achieve both criteria power and dynamic instantiation.

Thanks in advance


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 01, 2004 9:34 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
No, not possible.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

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.