Interface ReactiveAutoFlushEventListener

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    DefaultReactiveAutoFlushEventListener

    public interface ReactiveAutoFlushEventListener
    extends java.io.Serializable
    • Method Detail

      • reactiveOnAutoFlush

        java.util.concurrent.CompletionStage<java.lang.Void> reactiveOnAutoFlush​(org.hibernate.event.spi.AutoFlushEvent event)
                                                                          throws org.hibernate.HibernateException
        Throws:
        org.hibernate.HibernateException