public interface ReactiveDeleteEventListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
reactiveOnDelete(org.hibernate.event.spi.DeleteEvent event)
Handle the given delete event.
|
CompletionStage<Void> |
reactiveOnDelete(org.hibernate.event.spi.DeleteEvent event,
org.hibernate.internal.util.collections.IdentitySet transientEntities) |
CompletionStage<Void> reactiveOnDelete(org.hibernate.event.spi.DeleteEvent event) throws org.hibernate.HibernateException
event - The delete event to be handled.org.hibernate.HibernateExceptionCompletionStage<Void> reactiveOnDelete(org.hibernate.event.spi.DeleteEvent event, org.hibernate.internal.util.collections.IdentitySet transientEntities) throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionCopyright © 2020-2022 Red Hat, Inc. All Rights Reserved.