I use Spring Dao + iBatis and I have to run into the one transaction inserts order document. ( insert into header values( docpk, docnum, docdate, client ) and
many inserts as insert into( docfk, itempk, good, price, quantity ). I do not know how to create one transaction in the case of spring dao, And I do not know how to enter data for items by the iterates. Help me please.