-->
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: Can I select special field in using ICriteria?
PostPosted: Sun Sep 10, 2006 11:40 pm 
Newbie

Joined: Mon Aug 14, 2006 4:52 am
Posts: 7
I wrote a query like follow:
ICriteria crit = session.CreateCriteria(typeof(User));
I want to select the User.Name field, not the User object, How can I write the code?
I know I can write code like this
IList list = session.CreateQuery("select Name from User").List()
But in this situation I must use ICriteria.


Top
 Profile  
 
 Post subject: Re: Can I select special field in using ICriteria?
PostPosted: Mon Sep 11, 2006 5:24 am 
Beginner
Beginner

Joined: Wed Aug 03, 2005 8:06 am
Posts: 40
Location: Netherlands
Hi,

Short answer: no. ICriteria can only return a list (or unique result) of the type you tell it to return. So you'll have to do some post processing if using IQuery is no option.


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.