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