File
Doc
Category
Size
Date
Package
FlushEvent.java
API Doc
Hibernate 3.2.5
303
Thu May 26 22:54:08 BST 2005
org.hibernate.event
FlushEvent
java.lang.Object
AbstractEvent
public class FlushEvent extends AbstractEvent
Defines an event class for the flushing of a session.
author
Steve Ebersole
Fields Summary
Constructors Summary
public FlushEvent
(
EventSource
source)
super(source);
Methods Summary
Java Code Source