HHH-17761 migration guide

This commit is contained in:
Andrea Boriero 2024-04-12 19:43:54 +02:00 committed by Steve Ebersole
parent af6c8eefea
commit 2500f1eb82
1 changed files with 7 additions and 1 deletions

View File

@ -159,4 +159,10 @@ This change will not affect most users as such processors are normally discovere
== Auto Flush
The auto flush event has been split in two parts a pre-partialFlush and a partialFlush and in order to track the start and the end fo the pre-partialFlush two new methods (`void prePartialFlushStart()` and
`void prePartialFlushEnd()`) have been added to the `SessionEventListener`.
`void prePartialFlushEnd()`) have been added to the `SessionEventListener`.
[[bytecode-enhancement]]
== Bytecode Enhancement
The enhanced bytecode format generated by Hibernate's enhancer has changed to handle some issues with merge operations.
This change requires applications using bytecode enhancement to re-run bytecode enhancement.