28 Jun 2010 18:03
ibatis 3 and calling stored procedure
Ashish Kulkarni <ashish.kulkarni13 <at> gmail.com>
2010-06-28 16:03:21 GMT
2010-06-28 16:03:21 GMT
Hi
Is there any place where it has updated information about calling stored procedure from ibatis 3.0, i checked google and could not find any,
I was reading user guide and it says parameterMap is not used,
I tried the code below and seems it is working, but i would like to do this using some methods from ibatis 3.0
<parameterMap id="swapParameters" type="java.util.HashMap" >
<parameter property="id" jdbcType="VARCHAR" javaType="java.lang.String" mode="INOUT"/>
<parameter property="message" jdbcType="VARCHAR" javaType="java.lang.String" mode="INOUT"/>
</parameterMap>
<select id="getValidPayment" statementType="CALLABLE" resultType="java.lang.String" parameterMap="swapParameters">
call SCHEMA.PROCEDURE (?,?)
</select>
--
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com
RSS Feed