public interface FlushEventListener extends Serializable
Defines the contract for handling of session flush events.
| Modifier and Type | Method and Description |
|---|---|
void |
onFlush(FlushEvent event)
Handle the given flush event.
|
void onFlush(FlushEvent event) throws HibernateException
Handle the given flush event.
event - The flush event to be handled.HibernateExceptionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.