Package org.hibernate.event.internal
Class DefaultFlushEventListener
- java.lang.Object
-
- org.hibernate.event.internal.AbstractFlushingEventListener
-
- org.hibernate.event.internal.DefaultFlushEventListener
-
- All Implemented Interfaces:
JpaBootstrapSensitive
,FlushEventListener
public class DefaultFlushEventListener extends AbstractFlushingEventListener implements FlushEventListener
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
-
-
Constructor Summary
Constructors Constructor Description DefaultFlushEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFlush(FlushEvent event)
Handle the given flush event.-
Methods inherited from class org.hibernate.event.internal.AbstractFlushingEventListener
flushEverythingToExecutions, getCascadingAction, getContext, logFlushResults, performExecutions, postFlush, postPostFlush, wasJpaBootstrap
-
-
-
-
Method Detail
-
onFlush
public void onFlush(FlushEvent event) throws HibernateException
Handle the given flush event.- Specified by:
onFlush
in interfaceFlushEventListener
- Parameters:
event
- The flush event to be handled.- Throws:
HibernateException
-
-