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