站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

FlushEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.event
Interface FlushEventListener

All Superinterfaces:
Serializable
All 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 Detail

onFlush

public void onFlush(FlushEvent event)
             throws HibernateException
Handle the given flush event.

Parameters:
event - The flush event to be handled.
Throws:
HibernateException