|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.event.AbstractEvent
org.hibernate.event.FlushEvent
org.hibernate.event.DirtyCheckEvent
public class DirtyCheckEvent
Defines an event class for the dirty-checking of a session.
| 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 |
|---|
public DirtyCheckEvent(EventSource source)
| Method Detail |
|---|
public boolean isDirty()
public void setDirty(boolean dirty)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||