You have an example here: http://static.springframework.org/spring/docs/2.5.x/reference/orm.html#orm-ibatis-template
Christian ________________________________ From: Jesse Reimann [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 10:19 AM To: [email protected] Subject: iBATIS Batching with Spring DAO Could someone explain to me how-to do iBATIS batching when using Spring DAO? I've been reading and searching and can't seem to find an example out there on how to actually do it. I'm using Abator to generate my Spring DAO classes and I've got it working with no issues. I read that using Spring that you are effectively setting the TransactionManager type to EXTERNAL so I also setup a Spring Transaction Manager as discussed in this thread: http://markmail.org/message/cjqctvogweyoykih . Has anyone else implemented batching in iBATIS with a similar setup and can point me in the right direction? Thanks, Jesse Reimann
