-
Jul 7th, 2009, 07:02 PM
#1
Spring transactions - Bulk insert
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules