Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e03b3f051a4ee7b1924c0713c48231eb7d982976
https://github.com/hibernate/hibernate-orm/commit/e03b3f051a4ee7b1924c071...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/cte/CteInsertHandler.java
Log Message:
-----------
HHH-16059 Add getters to CteInsertHandler
And the relax scope of a private method.
This way Hibernate Reactive can access them.