public interface LockEventListener extends Serializable
Defines the contract for handling of lock events generated from a session.
| Modifier and Type | Method and Description |
|---|---|
void |
onLock(LockEvent event)
Handle the given lock event.
|
void onLock(LockEvent event) throws HibernateException
Handle the given lock event.
event - The lock event to be handled.HibernateExceptionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.