|
|||||||||
| Home >> All >> org >> hibernate >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.event
Class FlushEvent

java.lang.Objectorg.hibernate.event.AbstractEvent
org.hibernate.event.FlushEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AutoFlushEvent, DirtyCheckEvent
- public class FlushEvent
- extends AbstractEvent
Defines an event class for the flushing of a session.
| Field Summary |
| Fields inherited from class org.hibernate.event.AbstractEvent |
|
| Constructor Summary | |
FlushEvent(EventSource source)
|
|
| Methods inherited from class org.hibernate.event.AbstractEvent |
getSession |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FlushEvent
public FlushEvent(EventSource source)
|
|||||||||
| Home >> All >> org >> hibernate >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC