Interface ReplicateEventListener
Deprecated.
Defines the contract for handling of replicate events generated from a session.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReplicate(ReplicateEvent event) Deprecated.Handle the given replicate event.
-
Method Details
-
onReplicate
Deprecated.Handle the given replicate event.- Parameters:
event- The replicate event to be handled.- Throws:
HibernateException
-
Session.replicate(Object, ReplicationMode)is deprecated