| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.event.AbstractEventorg.hibernate.event.FlushEventorg.hibernate.event.DirtyCheckEventpublic class DirtyCheckEventextends FlushEventConstructor Summary | |
| |
Methods inherited from class org.hibernate.event.AbstractEvent | |
getSession | |
public DirtyCheckEvent(EventSource source)
Constructs an event from the given event session.
- Parameters:
source- The session event source.