org.hibernate.event

Class FlushEvent

Implemented Interfaces:
Serializable
Known Direct Subclasses:
AutoFlushEvent, DirtyCheckEvent

public class FlushEvent
extends AbstractEvent

Defines an event class for the flushing of a session.
Author:
Steve Ebersole

Constructor Summary

FlushEvent(EventSource source)
Constructs an event from the given event session.

Method Summary

Methods inherited from class org.hibernate.event.AbstractEvent

getSession

Constructor Details

FlushEvent

public FlushEvent(EventSource source)
Constructs an event from the given event session.
Parameters:
source - The session event source.