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