public interface

AutoFlushEventListener

implements Serializable
org.hibernate.event.AutoFlushEventListener
Known Indirect Subclasses

Class Overview

Defines the contract for handling of session auto-flush events.

Summary

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

Public Methods

public abstract void onAutoFlush (AutoFlushEvent event)

Handle the given auto-flush event.

Parameters
event The auto-flush event to be handled.