org.hibernate.event
Class DirtyCheckEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.FlushEvent
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
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-2010 Red Hat, Inc. All Rights Reserved.