|
||||||||||
| 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.DefaultFlushEventListener
public class DefaultFlushEventListener
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
| Constructor Summary | |
|---|---|
DefaultFlushEventListener()
|
|
| Method Summary | |
|---|---|
void |
onFlush(FlushEvent event)
Handle the given flush 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 DefaultFlushEventListener()
| Method Detail |
|---|
public void onFlush(FlushEvent event)
throws HibernateException
onFlush in interface FlushEventListenerevent - The flush event to be handled.
HibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||