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 soussou97 <db...@yahoo.fr> on 2006/11/10 12:31:47 UTC

stored procedure with relation 1..N

Hi;

I search a example to insert a object which contains a list of account
objets but with stored procedures (ps).
I have write 3 ps :

1- ps1 : create a ID1 in the customer table
2- pS2 : insert a customer object in using ID1 and return a ID2
3- ps3 : insert an account object in usign ID2

Regards
-- 
View this message in context: http://www.nabble.com/stored-procedure-with-relation-1..N-tf2607139.html#a7275261
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.