-->
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: How to specify typesafe 'projection' using the Criteria API?
PostPosted: Sun Nov 11, 2007 11:58 pm 
Regular
Regular

Joined: Sat Nov 25, 2006 11:37 am
Posts: 72
How does one use the Criteria API to specify something like:

select new java.lang.Long(distinct t.taskId) from Tasks t where ...

I can easily figure how how to do this using the Criteria API:

select distinct t.taskId from Tasks t where ...

but the API for wrapping the result objects into typesafe objects, i.e. specifying the 'new ...(...)' part using the Criteria API is where I am stuck.

Thanks


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.