java.lang.Object | ||
↳ | org.hibernate.event.def.AbstractFlushingEventListener | |
↳ | org.hibernate.event.def.DefaultAutoFlushEventListener |
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Handle the given auto-flush event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Handle the given auto-flush event.
event | The auto-flush event to be handled. |
---|
HibernateException |
---|