Package org.hibernate.event.spi
Interface ReplicateEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface ReplicateEventListener extends java.io.Serializable
Defines the contract for handling of replicate events generated from a session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReplicate(ReplicateEvent event)
Handle the given replicate event.
-
-
-
Method Detail
-
onReplicate
void onReplicate(ReplicateEvent event) throws HibernateException
Handle the given replicate event.- Parameters:
event
- The replicate event to be handled.- Throws:
HibernateException
-
-