-->
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.  [ 3 posts ] 
Author Message
 Post subject: HQL 'in' clause, may support Object Arrays?
PostPosted: Fri Oct 27, 2006 6:10 am 
Newbie

Joined: Tue Oct 24, 2006 2:51 pm
Posts: 19
NHibernate 1.2.1beta1
SQL Server 2000

Given this HQL Query:

from EUser where EUser.Username in ( :users )

can i do something like

IQuery q = EntitySession.GetNamedQuery("theQueryyouLookAbove");

string[] usersArray = new string[] { "admin", "goo" };

q.SetParameter("users",usersArray);

IList l = q.List();


I tried, and seems not to work!
Thanks for your answer


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 6:20 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
q.SetParameterList(...);


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 6:34 am 
Newbie

Joined: Tue Oct 24, 2006 2:51 pm
Posts: 19
Oh, thanks Sergey, i completely missed that method
Hope my next question will be less fool :-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.