It can be useful to have repeatable read for some types of web requests, while others are easiest to implement with read committed. How can I specify which isolation level to use per Http request or per session or per transaction?
Asked
Active
Viewed 4,339 times
1 Answers
-1
Hibernate has a implementation of database transactions,as default is JDBC Transaction(the other is JTA).
maybe this will for a help hibernate docs-transactions and concurrency

scugxl
- 317
- 4
- 15
-
1Please include the relevant parts of the answer here in case the link ever changes. – ChrisF Apr 16 '13 at 09:56