How to use stored procedure in ibatis.. I am new to ibatis.. pl help
Thanks in advance
How to use stored procedure in ibatis.. I am new to ibatis.. pl help
Thanks in advance
Like this:
<procedure id="getUserEmail"
parameterClass="java.lang.String" resultClass="java.lang.String">
{call SP_getUserEmail(#username#)}
</procedure>