Default transaction isolation level #22096
-
Hi, what is the default transaction isolation level, when using hibernate? |
Beta Was this translation helpful? Give feedback.
Answered by
loicmathieu
Dec 10, 2021
Replies: 1 comment
-
It's the hibernate default which is the database default (which usually is read commited but you need to check for your database) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Postremus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's the hibernate default which is the database default (which usually is read commited but you need to check for your database)