org.hibernate.event
public interface ReplicateEventListener extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onReplicate(ReplicateEvent event)
Handle the given replicate event.
|
void onReplicate(ReplicateEvent event) throws HibernateException
event - The replicate event to be handled.HibernateExceptionCopyright © 2016. All Rights Reserved.