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.HibernateException
Copyright © 2014. All Rights Reserved.