Package org.hibernate.event.spi
Interface FlushEventListener
- All Known Implementing Classes:
DefaultFlushEventListener
public interface FlushEventListener
Defines the contract for handling of session flush events.
-
Method Summary
-
Method Details
-
onFlush
Handle the given flush event.- Parameters:
event
- The flush event to be handled.- Throws:
HibernateException
-