Class DefaultReactiveInitializeCollectionEventListener

  • All Implemented Interfaces:
    org.hibernate.event.spi.InitializeCollectionEventListener

    public class DefaultReactiveInitializeCollectionEventListener
    extends java.lang.Object
    implements org.hibernate.event.spi.InitializeCollectionEventListener
    • Constructor Detail

      • DefaultReactiveInitializeCollectionEventListener

        public DefaultReactiveInitializeCollectionEventListener()
    • Method Detail

      • 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 java.util.concurrent.CompletionStage<java.lang.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