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-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to