Yes, stored procs are mapped exactly like every other statement in iBATIS 3,
but you set the statementType attribute to CALLABLE.

Page 22 discusses this a little (although I agree, not enough).

<insert id="myProc" statementType="CALLABLE">
{your java proc call here - same syntax as JDBC}
</insert>

Parameters can still be set to IN, OUT or INOUT.

We've eliminated the <procedure> element, as it wasn't descriptive enough.

Clinton


On Wed, Jan 6, 2010 at 12:06 AM, vishalj <vish...@ivycomptech.com> wrote:

>
> How do i map  execute Stored Procedures in DB for iBatis 3.The
> documentation
> does not talk about that
> --
> View this message in context:
> http://old.nabble.com/stored-procedure-in-iBatis-3-tp27026799p27026799.html
> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>
>

Reply via email to