Package org.hibernate.event.spi
Interface ReplicateEventListener
-
- All Known Implementing Classes:
DefaultReplicateEventListener
@Deprecated(since="6") public interface ReplicateEventListener
Deprecated.sinceSession.replicate(java.lang.Object, org.hibernate.ReplicationMode)
is deprecatedDefines the contract for handling of replicate events generated from a session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onReplicate(ReplicateEvent event)
Deprecated.Handle the given replicate event.
-
-
-
Method Detail
-
onReplicate
void onReplicate(ReplicateEvent event) throws HibernateException
Deprecated.Handle the given replicate event.- Parameters:
event
- The replicate event to be handled.- Throws:
HibernateException
-
-