Class DefaultReactiveInitializeCollectionEventListener

java.lang.Object
org.hibernate.reactive.event.impl.DefaultReactiveInitializeCollectionEventListener
All Implemented Interfaces:
org.hibernate.event.spi.InitializeCollectionEventListener

public class DefaultReactiveInitializeCollectionEventListener extends Object implements org.hibernate.event.spi.InitializeCollectionEventListener
  • Constructor Details

    • DefaultReactiveInitializeCollectionEventListener

      public DefaultReactiveInitializeCollectionEventListener()
  • Method Details

    • onInitializeCollection

      public void onInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) throws org.hibernate.HibernateException
      Specified by:
      onInitializeCollection in interface org.hibernate.event.spi.InitializeCollectionEventListener
      Throws:
      org.hibernate.HibernateException
    • onReactiveInitializeCollection

      public CompletionStage<Void> onReactiveInitializeCollection(org.hibernate.event.spi.InitializeCollectionEvent event) throws org.hibernate.HibernateException
      called by a collection that wants to initialize itself
      Throws:
      org.hibernate.HibernateException