[hibernate-commits] [hibernate/hibernate-orm] 6ac746: HHH-7308
GitHub
noreply at github.com
Wed Sep 5 10:38:27 EDT 2012
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 6ac746fffce8cf920c70b20ce4a239d79ec0c08d
https://github.com/hibernate/hibernate-orm/commit/6ac746fffce8cf920c70b20ce4a239d79ec0c08d
Author: Shawn Clowater <Shawn.Clowater at entero.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-7308
Change the beforeCompletion() method of the TransactionObserver() to call the beforeTransactionCompletion() method regardless of whether or not the session is open like the afterCompletion() method does when calling the afterTransactionCompletion() and also cleaned up the log message around session having after transaction events as this sort of logging had been previously moved to the close() method of SessionImpl.
More information about the hibernate-commits
mailing list