Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c3ebcd20d07b75cbb20f8f1f68af2aa12276ccd9
https://github.com/hibernate/hibernate-orm/commit/c3ebcd20d07b75cbb20f8f1...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/spi/AbstractSelectionQuery.java
M hibernate-core/src/main/java/org/hibernate/query/sql/internal/NativeQueryImpl.java
Log Message:
-----------
HHH-19977 Relax scopes to allow HR to run a reactive flush
A native query might need to run a flush operation before
it's executed. Hibernate Reactive have to run a reactive flush.
By relaxing the scopes of these methods, we can avoid
some code duplication.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications