public class

DirtyCheckEvent

extends FlushEvent
java.lang.Object
   ↳ org.hibernate.event.AbstractEvent
     ↳ org.hibernate.event.FlushEvent
       ↳ org.hibernate.event.DirtyCheckEvent

Class Overview

Defines an event class for the dirty-checking of a session.

Summary

Public Constructors
DirtyCheckEvent(EventSource source)
Public Methods
boolean isDirty()
void setDirty(boolean dirty)
[Expand]
Inherited Methods
From class org.hibernate.event.AbstractEvent
From class java.lang.Object

Public Constructors

public DirtyCheckEvent (EventSource source)

Public Methods

public boolean isDirty ()

public void setDirty (boolean dirty)