Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.FlushEvent
public class FlushEvent
extends AbstractEvent
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.hibernate.event.AbstractEvent | |
getSession |
public FlushEvent(EventSource source)
Constructs an event from the given event session.
- Parameters:
source
- The session event source.