FileDocCategorySizeDatePackage
AutoFlushEventListener.javaAPI DocHibernate 3.2.5569Mon Aug 08 18:24:44 BST 2005org.hibernate.event

AutoFlushEventListener

public interface AutoFlushEventListener implements Serializable
Defines the contract for handling of session auto-flush events.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public voidonAutoFlush(AutoFlushEvent event)
Handle the given auto-flush event.

param
event The auto-flush event to be handled.
throws
HibernateException