Interface ReactiveAutoFlushEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultReactiveAutoFlushEventListener

public interface ReactiveAutoFlushEventListener extends Serializable
  • Method Details

    • reactiveOnAutoFlush

      CompletionStage<Void> reactiveOnAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) throws org.hibernate.HibernateException
      Throws:
      org.hibernate.HibernateException