Package org.hibernate.reactive.event
Interface ReactiveAutoFlushEventListener
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultReactiveAutoFlushEventListener
-
Method Summary
Modifier and TypeMethodDescriptionreactiveOnAutoFlush(org.hibernate.event.spi.AutoFlushEvent event)
-
Method Details
-
reactiveOnAutoFlush
CompletionStage<Void> reactiveOnAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) throws org.hibernate.HibernateException - Throws:
org.hibernate.HibernateException
-