|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.event.def.AbstractFlushingEventListener
org.hibernate.event.def.DefaultDirtyCheckEventListener
public class DefaultDirtyCheckEventListener
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
| Constructor Summary | |
|---|---|
DefaultDirtyCheckEventListener()
|
|
| Method Summary | |
|---|---|
void |
onDirtyCheck(DirtyCheckEvent event)
Handle the given dirty-check event. |
| Methods inherited from class org.hibernate.event.def.AbstractFlushingEventListener |
|---|
flushEverythingToExecutions, getAnything, getCascadingAction, performExecutions, postFlush |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDirtyCheckEventListener()
| Method Detail |
|---|
public void onDirtyCheck(DirtyCheckEvent event)
throws HibernateException
onDirtyCheck in interface DirtyCheckEventListenerevent - The dirty-check event to be handled.
HibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||