Hi,

We are using Spring transactions, AOP for doing insert, update, delete
SQL calls. The transaction manager we use is org.springframework.jdbc.datasource.DataSourceTran sactionManager and use
AOP Pointcut, TX:advice tags.

There is one method which inserts, updates, deletes 100 records. How
do i issue them as batch / bulk operation. Is there any special settings
to be given in aop pointcut, tx advice tags?

Please help.

--venkat