Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.event.def.AbstractFlushingEventListener
org.hibernate.event.def.DefaultFlushEventListener
public class DefaultFlushEventListener
extends AbstractFlushingEventListener
implements FlushEventListener
Method Summary | |
void |
|
Methods inherited from class org.hibernate.event.def.AbstractFlushingEventListener | |
flushEverythingToExecutions , getAnything , getCascadingAction , performExecutions , postFlush |
public void onFlush(FlushEvent event) throws HibernateException
Handle the given flush event.
- Specified by:
- onFlush in interface FlushEventListener
- Parameters:
event
- The flush event to be handled.
- Throws:
HibernateException
-