1. Hibernate: saveOrUpdateAll and transaction stackoverflow.comI 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, ... |