File
Doc
Category
Size
Date
Package
FlushEventListener.java
API Doc
Hibernate 3.2.5
538
Sun Aug 08 06:24:56 BST 2004
org.hibernate.event
FlushEventListener
public interface FlushEventListener implements Serializable
Defines the contract for handling of session flush events.
author
Steve Ebersole
Fields Summary
Constructors Summary
Methods Summary
public void
onFlush
(
FlushEvent
event)
Handle the given flush event.
param
event The flush event to be handled.
throws
HibernateException
Java Code Source