Branch: refs/heads/7.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 25647606a6a55cda566b1178f325a9bc7a8779d5
https://github.com/hibernate/hibernate-orm/commit/25647606a6a55cda566b117...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2026-01-07 (Wed, 07 Jan 2026)
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 scope to allow HR to run a reactive flush
A native query might need to run a flush operation before
it's executed. Hibernate Reactive needs to runs 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