Package org.hibernate.event.spi
Interface FlushEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface FlushEventListener extends java.io.SerializableDefines 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
-
-