HHH-17761 migration guide
This commit is contained in:
parent
af6c8eefea
commit
2500f1eb82
|
@ -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.
|
Loading…
Reference in New Issue