站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

DirtyCheckEvent (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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)