Class DirtyCheckEvent
java.lang.Object
org.hibernate.event.spi.AbstractSessionEvent
org.hibernate.event.spi.DirtyCheckEvent
- All Implemented Interfaces:
Serializable
Event class for
Session.isDirty().- See Also:
-
Field Summary
Fields inherited from class AbstractSessionEvent
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSessionEvent
getEventSource, getFactory, getSession
-
Constructor Details
-
DirtyCheckEvent
-
-
Method Details
-
isDirty
public boolean isDirty() -
setDirty
public void setDirty(boolean dirty)
-