Interface ReactiveLoadEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultReactiveLoadEventListener

public interface ReactiveLoadEventListener extends Serializable
Defines the contract for handling of load events generated from a session.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactiveOnLoad(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