Interface ReactiveSelfExecutingUpdateOperation

All Superinterfaces:
org.hibernate.sql.model.MutationOperation, org.hibernate.sql.model.SelfExecutingUpdateOperation
All Known Implementing Classes:
ReactiveDeleteOrUpsertOperation, ReactiveOptionalTableUpdateOperation

public interface ReactiveSelfExecutingUpdateOperation extends org.hibernate.sql.model.SelfExecutingUpdateOperation
See Also:
  • SelfExecutingUpdateOperation
  • Method Summary

    Modifier and Type
    Method
    Description
    performReactiveMutation(org.hibernate.engine.jdbc.mutation.JdbcValueBindings jdbcValueBindings, org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
     

    Methods inherited from interface org.hibernate.sql.model.MutationOperation

    findValueDescriptor, getJdbcValueDescriptor, getMutationTarget, getMutationType, getTableDetails

    Methods inherited from interface org.hibernate.sql.model.SelfExecutingUpdateOperation

    performMutation
  • Method Details