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