Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: eafe6fd79b4c56ea2f067775da0ac3313bd69a3a
https://github.com/hibernate/hibernate-orm/commit/eafe6fd79b4c56ea2f06777...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
A hibernate-core/src/main/java/org/hibernate/TransactionManagementException.java
A hibernate-core/src/main/java/org/hibernate/internal/TransactionManagement.java
Log Message:
-----------
HHH-16637 add methods to SessionFactory for handling lifecycle of StatelessSession
also clean up the related code