org.hibernate.event
Class DirtyCheckEvent

java.lang.Object
  extended byorg.hibernate.event.AbstractEvent
      extended byorg.hibernate.event.FlushEvent
          extended byorg.hibernate.event.DirtyCheckEvent
All Implemented Interfaces:
Serializable

public class DirtyCheckEvent
extends FlushEvent

Defines an event class for the dirty-checking of a session.

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
DirtyCheckEvent(EventSource source)
           
 
Method Summary
 boolean isDirty()
           
 void setDirty(boolean dirty)
           
 
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

DirtyCheckEvent

public DirtyCheckEvent(EventSource source)
Method Detail

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean dirty)