Package org.hibernate.event.spi
Interface AutoFlushEventListener
-
- All Known Implementing Classes:
DefaultAutoFlushEventListener
public interface AutoFlushEventListener
Defines the contract for handling of session auto-flush events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAutoFlush(AutoFlushEvent event)
Handle the given auto-flush event.
-
-
-
Method Detail
-
onAutoFlush
void onAutoFlush(AutoFlushEvent event) throws HibernateException
Handle the given auto-flush event.- Parameters:
event
- The auto-flush event to be handled.- Throws:
HibernateException
-
-