Interface ReactiveAbstractMutationHandler

All Superinterfaces:
org.hibernate.query.sqm.mutation.internal.Handler, org.hibernate.query.sqm.mutation.spi.MultiTableHandler, org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler

public interface ReactiveAbstractMutationHandler extends org.hibernate.reactive.query.sqm.mutation.internal.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
     
     

    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

      SessionFactoryImplementor getSessionFactory()