Interface ReactiveAbstractMutationHandler

All Superinterfaces:
org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler

public interface ReactiveAbstractMutationHandler extends org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
See Also:
  • AbstractMutationHandler
  • Method Details

    • getSqmDeleteOrUpdateStatement

      org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement()
    • getEntityDescriptor

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

      SessionFactoryImplementor getSessionFactory()