当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
AutoFlushEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event
Interface AutoFlushEventListener
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultAutoFlushEventListener
- public interface AutoFlushEventListener
- extends Serializable
Defines the contract for handling of session auto-flush events.
- Author:
- Steve Ebersole
onAutoFlush
public void onAutoFlush(AutoFlushEvent event)
throws HibernateException
- Handle the given auto-flush event.
- Parameters:
event
- The auto-flush event to be handled.
- Throws:
HibernateException