| Package | Description | 
|---|---|
| org.hibernate.event.internal | 
 
        This package defines a default set of event listeners that
        implements the default behaviors of Hibernate. 
 | 
| org.hibernate.event.spi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultLockEventListener.onLock(LockEvent event)
Handle the given lock event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LockEventListener.onLock(LockEvent event)
Handle the given lock event. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.