Interface ReactiveAbstractMutationHandler

All Superinterfaces:
org.hibernate.query.sqm.mutation.internal.Handler, org.hibernate.query.sqm.mutation.spi.MultiTableHandler, ReactiveHandler
All Known Subinterfaces:
ReactiveAbstractCteMutationHandler
All Known Implementing Classes:
ReactiveCteDeleteHandler, ReactiveCteSoftDeleteHandler, ReactiveCteUpdateHandler, ReactiveTableBasedDeleteHandler, ReactiveTableBasedUpdateHandler

public interface ReactiveAbstractMutationHandler extends ReactiveHandler
See Also:
  • org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
  • Field Summary

    Fields inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler

    LOG
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.metamodel.mapping.EntityMappingType
     
    org.hibernate.engine.spi.SessionFactoryImplementor
     

    Methods inherited from interface org.hibernate.query.sqm.mutation.internal.Handler

    dependsOnParameterBindings, isCompatibleWith

    Methods inherited from interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler

    createJdbcParameterBindings

    Methods inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler

    execute, execute, reactiveExecute, reactiveExecute
  • Method Details

    • getEntityDescriptor

      org.hibernate.metamodel.mapping.EntityMappingType getEntityDescriptor()
    • getSessionFactory

      org.hibernate.engine.spi.SessionFactoryImplementor getSessionFactory()