org.hibernate.event.def

Class DefaultAutoFlushEventListener

Implemented Interfaces:
AutoFlushEventListener, Serializable

public class DefaultAutoFlushEventListener
extends AbstractFlushingEventListener
implements AutoFlushEventListener

Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
Author:
Steve Ebersole

Method Summary

void
onAutoFlush(AutoFlushEvent event)
Handle the given auto-flush event.

Methods inherited from class org.hibernate.event.def.AbstractFlushingEventListener

flushEverythingToExecutions, getAnything, getCascadingAction, performExecutions, postFlush

Method Details

onAutoFlush

public void onAutoFlush(AutoFlushEvent event)
            throws HibernateException
Handle the given auto-flush event.
Specified by:
onAutoFlush in interface AutoFlushEventListener
Parameters:
event - The auto-flush event to be handled.