public interface ReactiveLoadEventListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
reactiveOnLoad(org.hibernate.event.spi.LoadEvent event,
org.hibernate.event.spi.LoadEventListener.LoadType loadType)
Handle the given load event.
|
CompletionStage<Void> reactiveOnLoad(org.hibernate.event.spi.LoadEvent event, org.hibernate.event.spi.LoadEventListener.LoadType loadType) throws org.hibernate.HibernateException
event - The load event to be handled.org.hibernate.HibernateExceptionCopyright © 2020-2022 Red Hat, Inc. All Rights Reserved.