You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by John Seer <pu...@yahoo.com> on 2009/07/10 22:49:06 UTC

Linked insterts

Hello,
I have task for that I need to link couple insert statements together, and
each one must execute after the next one is done.

Can I do it directly in mapping or I need to use java to achieve it .

Example

<insert id="id1"></insert>
<insert id="id2"></insert>
<insert id="id3"></insert>
<insert id="id4"></insert>


What I need to do call insert id1 in java and it will trigger whole chain of
inserts 

id1>id3>id2>id4


Thanks

-- 
View this message in context: http://www.nabble.com/Linked-insterts-tp24434178p24434178.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org