FileDocCategorySizeDatePackage
FlushEvent.javaAPI DocHibernate 3.2.5303Thu May 26 22:54:08 BST 2005org.hibernate.event

FlushEvent

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