Package org.hibernate.event.spi
Interface FlushEventListener
-
public interface FlushEventListenerDefines the contract for handling of session flush events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFlush(FlushEvent event)Handle the given flush event.
-
-
-
Method Detail
-
onFlush
void onFlush(FlushEvent event) throws HibernateException
Handle the given flush event.- Parameters:
event- The flush event to be handled.- Throws:
HibernateException
-
-