Uses of Class
org.hibernate.event.spi.ReplicateEvent
-
Packages that use ReplicateEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of ReplicateEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type ReplicateEvent Modifier and Type Method Description voidReplicateEventListener. onReplicate(ReplicateEvent event)Deprecated.Handle the given replicate event.
-