Hi all,
I am trying to evaluate iBATIS as an ORM solution for my project. I really like the overall idea behind iBATIS and its approach to ORM. I have a question about insert and update operations. I've been successfully loading graph of objects using resultMaps. But as far as I understand, I am unable to insert/update a graph of user-defined objects *using only* iBATIS mapping. Am I right? If yes, was it an original intention not to implement such feature or just there are some difficulties in iBATIS design that prevents from doing it? Actually, I hope that I am wrong and somehow I can insert/update a graph of objects only using iBATIS mapping :) Thank you in advance.
