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