Skip to content

Commit 32aa0c1

Browse files
dreab8DavideD
authored andcommitted
[#2387] Check compatibility with Hibernate ORM 7.1
1 parent 9fe7240 commit 32aa0c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public int execute(ExecutionContext executionContext) {
9696
public CompletionStage<Integer> reactiveExecute(ExecutionContext executionContext) {
9797
return performBeforeTemporaryTableUseActions(
9898
getIdTable(),
99+
getTemporaryTableStrategy(),
99100
executionContext
100101
)
101102
.thenCompose( v -> saveMatchingIdsIntoIdTable(

0 commit comments

Comments
 (0)