org.hibernate.event

Class DirtyCheckEvent

Implemented Interfaces:
Serializable

public class DirtyCheckEvent
extends FlushEvent

Defines an event class for the dirty-checking of a session.
Author:
Steve Ebersole

Constructor Summary

DirtyCheckEvent(EventSource source)
Constructs an event from the given event session.

Method Summary

boolean
isDirty()
void
setDirty(boolean dirty)

Methods inherited from class org.hibernate.event.AbstractEvent

getSession

Constructor Details

DirtyCheckEvent

public DirtyCheckEvent(EventSource source)
Constructs an event from the given event session.
Parameters:
source - The session event source.

Method Details

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean dirty)