Package org.hibernate.reactive.event
Interface ReactiveLoadEventListener
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultReactiveLoadEventListener
Defines the contract for handling of load events generated from a session.
-
Method Summary
Modifier and TypeMethodDescriptionreactiveOnLoad(org.hibernate.event.spi.LoadEvent event, org.hibernate.event.spi.LoadEventListener.LoadType loadType) Handle the given load event.
-
Method Details
-
reactiveOnLoad
CompletionStage<Void> reactiveOnLoad(org.hibernate.event.spi.LoadEvent event, org.hibernate.event.spi.LoadEventListener.LoadType loadType) throws org.hibernate.HibernateException Handle the given load event.- Parameters:
event- The load event to be handled.- Throws:
org.hibernate.HibernateException
-