-->
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: Passing Array in named query
PostPosted: Fri Feb 20, 2009 8:09 am 
Newbie

Joined: Fri Feb 20, 2009 8:03 am
Posts: 3
Location: India
Hi,

I am calling function which needs array as an input parameter. Can anyone help me on this.

My function is:

desc EMP_ID;
Argument Name Type In/Out Default
------------------------------ ------------------------------------------------------------------------- --------- -------
<return value> REF CURSOR OUT unknown
<none> Start_Date DATE IN unknown
P_ARRAY TABLE IN unknown

In this P_ARRAY is of type num_array.



My named query is
Query sampleQuery = DBHibernateConnection.getSession().getNamedQuery("sampleSP");
overlapCheckQuery.setDate("startDate", startDate);
overlapCheckQuery.setParameterList("empIdList", empIds);

Please suggest.

_________________
Jansi.P


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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.