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

FlushEntityEventListener (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.event
Interface FlushEntityEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFlushEntityEventListener

public interface FlushEntityEventListener
extends Serializable

Author:
Gavin King

Method Summary
 void onFlushEntity(FlushEntityEvent event)
           
 

Method Detail

onFlushEntity

public void onFlushEntity(FlushEntityEvent event)
                   throws HibernateException
Throws:
HibernateException