We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d083326 commit 5d63f5fCopy full SHA for 5d63f5f
hibernate-envers/src/main/java/org/hibernate/envers/internal/synchronization/AuditProcess.java
@@ -164,7 +164,7 @@ else if ( FlushMode.MANUAL.equals( session.getHibernateFlushMode() ) || session.
164
.connection()
165
.autoClose( false )
166
.connectionHandlingMode( PhysicalConnectionHandlingMode.DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION )
167
- .noInterceptor()
+// .noInterceptor()
168
.openSession()) {
169
executeInSession( temporarySession );
170
temporarySession.flush();
0 commit comments