Skip to content

Commit 130b59b

Browse files
committed
Add UpdateExecutionDelegate#getTemporaryTableStrategy() for Hibernate Reactive
1 parent 51bd060 commit 130b59b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/UpdateExecutionDelegate.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,4 +525,8 @@ protected SessionFactoryImplementor getSessionFactory() {
525525
return sessionFactory;
526526
}
527527

528+
// Used by Hibernate Reactive
529+
public TemporaryTableStrategy getTemporaryTableStrategy() {
530+
return temporaryTableStrategy;
531+
}
528532
}

0 commit comments

Comments
 (0)