org.hibernate.event

Interface FlushEventListener

All Superinterfaces:
Serializable
Known Implementing Classes:
DefaultFlushEventListener

public interface FlushEventListener
extends Serializable

Defines the contract for handling of session flush events.
Author:
Steve Ebersole

Method Summary

void
onFlush(FlushEvent event)
Handle the given flush event.

Method Details

onFlush

public void onFlush(FlushEvent event)
            throws HibernateException
Handle the given flush event.
Parameters:
event - The flush event to be handled.