org.hibernate.event
Class FlushEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.FlushEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AutoFlushEvent, DirtyCheckEvent
public class FlushEvent
- extends AbstractEvent
Defines an event class for the flushing of a session.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushEvent
public FlushEvent(EventSource source)