Class DefaultReactiveAutoFlushEventListener
java.lang.Object
org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
org.hibernate.reactive.event.impl.DefaultReactiveAutoFlushEventListener
- All Implemented Interfaces:
Serializable,org.hibernate.event.spi.AutoFlushEventListener,ReactiveAutoFlushEventListener
public class DefaultReactiveAutoFlushEventListener
extends AbstractReactiveFlushingEventListener
implements ReactiveAutoFlushEventListener, org.hibernate.event.spi.AutoFlushEventListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) reactiveOnAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) Methods inherited from class org.hibernate.reactive.event.impl.AbstractReactiveFlushingEventListener
flushEverythingToExecutions, flushEverythingToExecutions, logFlushResults, performExecutions, postFlush, postPostFlush, preFlushMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.event.spi.AutoFlushEventListener
onAutoPreFlush
-
Constructor Details
-
DefaultReactiveAutoFlushEventListener
public DefaultReactiveAutoFlushEventListener()
-
-
Method Details
-
reactiveOnAutoFlush
public CompletionStage<Void> reactiveOnAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) throws org.hibernate.HibernateException - Specified by:
reactiveOnAutoFlushin interfaceReactiveAutoFlushEventListener- Throws:
org.hibernate.HibernateException
-
onAutoFlush
public void onAutoFlush(org.hibernate.event.spi.AutoFlushEvent event) throws org.hibernate.HibernateException - Specified by:
onAutoFlushin interfaceorg.hibernate.event.spi.AutoFlushEventListener- Throws:
org.hibernate.HibernateException
-