Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.event
Class FlushEvent  view FlushEvent download FlushEvent.java

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

public class FlushEvent
extends AbstractEvent

Defines an event class for the flushing of a session.


Field Summary
 
Fields inherited from class org.hibernate.event.AbstractEvent
 
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)