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

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


org.hibernate.event
Class FlushEvent

java.lang.Object
  extended byorg.hibernate.event.AbstractEvent
      extended byorg.hibernate.event.FlushEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AutoFlushEvent, DirtyCheckEvent

public class FlushEvent
extends AbstractEvent

Defines an event class for the flushing of a session.

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
FlushEvent(EventSource source)
           
 
Methods inherited from class org.hibernate.event.AbstractEvent
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlushEvent

public FlushEvent(EventSource source)