From the documentation: Isolation.DEFAULT
Use the default isolation level of the underlying datastore.
for other isolation levels we can read their limitations in wiki, but what about DEFAULT? How does it actually behave?
DEFAULT means: don't set any isolation level explicitely, and thus use the isolation level that the database uses by default.
So read the documentation of your database and driver, and see which one it uses by default. Most of the time, it's READ_COMMITTED. But some databases might have another default value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With