[hibernate-dev] JDBC uses ON_CLOSE connection release mode

Vlad Mihalcea mihalcea.vlad at gmail.com
Thu Mar 3 01:40:30 EST 2016


I think this PR is valid:

https://github.com/hibernate/hibernate-orm/pull/997

I checked it out and, when using JDBC, we use the ON_CLOSE connection
release mode.

Shouldn't we use the AFTER_TRANSACTION release mode as we state in the docs?

Vlad


More information about the hibernate-dev mailing list