Re: Need help on calling stored procedure from ibatis

2010-06-10 Thread Larry Meadors
The ibatis project has moved and been renamed. It is no longer being maintained as an Apache project, but has moved (along with the development team) here: http://www.mybatis.org/ Please join us at the new location by joining the mailing list here: http://groups.google.com/group/mybatis-user -

Need help on calling stored procedure from ibatis

2010-06-10 Thread prabu p
hashMap.put(TIME_RANGE, timeRange); hashMap.put(TOP_N, topNRecords); List list = xdeDAO.callContentSearch("getRadiusData", hashMap); In the procedure we are using “SYS_REFCURSOR”. I am not sure how to pass parameter for “SYS_REFCURSOR” t