Interface AutoFlushEventListener
public interface AutoFlushEventListener
Defines the contract for handling of session auto-flush events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAutoFlush(AutoFlushEvent event) Handle the given auto-flush event.
-
Method Details
-
onAutoFlush
Handle the given auto-flush event.- Parameters:
event- The auto-flush event to be handled.- Throws:
HibernateException
-