HHH-17073 updated migration-guide.adoc

This commit is contained in:
Andrea Boriero 2024-03-04 16:40:04 +01:00 committed by Andrea Boriero
parent e4e26ee989
commit 1556cb40a5
1 changed files with 6 additions and 0 deletions

View File

@ -122,3 +122,9 @@ This change will not affect most users as such processors are normally discovere
6.5 adds support for the Jakarta Data specification, though this support is considered tech preview as the specification is still being actively developed.
[[auto-flush]]
== 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`.