andrew chen commented on an issue
Hibernate ORM / Bug HHH-8042
Add flush dirty event listener
There should be EventType.FLUSH_DIRTY and FlushDirtyEventListener which are called during a dirty flush. Currently there is interceptor for onFLushDirty but no corresponding listener. When I need to make changes to the entities on flush dirty, I can do it with interceptor but no listener.