org.hibernate.event.spi
Class DirtyCheckEvent
java.lang.Object
   org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractEvent
       org.hibernate.event.spi.FlushEvent
org.hibernate.event.spi.FlushEvent
           org.hibernate.event.spi.DirtyCheckEvent
org.hibernate.event.spi.DirtyCheckEvent
- All Implemented Interfaces: 
- Serializable
- public class DirtyCheckEvent 
- extends FlushEvent
Defines an event class for the dirty-checking of a session.
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DirtyCheckEvent
public DirtyCheckEvent(EventSource source)
isDirty
public boolean isDirty()
- 
 
setDirty
public void setDirty(boolean dirty)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.