org.hibernate.event
Class DirtyCheckEvent

java.lang.Object
  extended by org.hibernate.event.AbstractEvent
      extended by org.hibernate.event.FlushEvent
          extended by org.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)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.