Safely handle Hibernate “SET TRANSACTION must be first statement of transaction” error
问题 I'm not sure if I'm asking the correct question to begin with, apologies in advanced. Question I am wondering if it is possible to have some type of handler to rollback an erroneous transaction in Hibernate. I am having a problem which, whenever an error comes up during a batch update from Hibernate the "SET TRANSACTION must be first statement of transaction" error comes up and I would not be able to do any other query after that. Thanks :) 回答1: Hibernate don't have an automatic transaction