Issues
- Improved iteration of PreLoadEventListenerHHH-14622Resolved issue: HHH-14622Sanne Grinovero
- Introduce new methods on EventListenerGroup which allow Hibernate Reactive to fire events more efficientlyHHH-14621Resolved issue: HHH-14621Sanne Grinovero
- ClassCastException because collection of uninitialized proxy is dirty checkedHHH-14619Resolved issue: HHH-14619Christian Beikov
- Optimistic Lock throws org.hibernate.exception.SQLGrammarException: could not retrieve versionHHH-14616Resolved issue: HHH-14616Andrea Boriero
- Upgrade to Byte Buddy 1.10.22HHH-14610Resolved issue: HHH-14610Sanne Grinovero
- size() HQL function discards '@Where' clauseHHH-14585Resolved issue: HHH-14585Fabio Massimo Ercoli
- Avoid NullPointerExceptions from LoadContexts.cleanup(ResultSet)HHH-14574Resolved issue: HHH-14574
- Schema migrator should use case insensitive column comparison of foreign keysHHH-13779Resolved issue: HHH-13779Emmanuel Duchastenier
8 of 8
Improved iteration of PreLoadEventListener
Fixed
Description
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Priority
Created May 19, 2021 at 9:07 PM
Updated May 24, 2021 at 10:52 AM
Resolved May 20, 2021 at 2:56 PM
Activity
Show:
The way in which `TwoPhaseLoad` implements iteration could really benefit from using the `FastSessionServices` optimised access to the eventlisteners stored in eventListenerGroup_PRE_LOAD.
This also happens to be necessary for a fix in Hibernate Reactive