Package org.hibernate.reactive.event
Interface ReactiveAutoFlushEventListener
-
- All Superinterfaces:
Serializable
public interface ReactiveAutoFlushEventListener extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveOnAutoFlush(AutoFlushEvent event)
-
-
-
Method Detail
-
reactiveOnAutoFlush
CompletionStage<Void> reactiveOnAutoFlush(AutoFlushEvent event) throws HibernateException
- Throws:
HibernateException
-
-