saveOrUpdateAll « Transaction « JPA Q&A





1. Hibernate: saveOrUpdateAll and transaction    stackoverflow.com

I am currently using version 3.3 of hibernate. Currently the setting of hibernate is such that it will autocommit after each persistence of individual object. I want to wrap a transaction around it, ...