Package org.hibernate.reactive.sql.model
Interface ReactiveSelfExecutingUpdateOperation
-
- All Superinterfaces:
MutationOperation
,SelfExecutingUpdateOperation
- All Known Implementing Classes:
ReactiveDeleteOrUpsertOperation
,ReactiveOptionalTableUpdateOperation
public interface ReactiveSelfExecutingUpdateOperation extends SelfExecutingUpdateOperation
- See Also:
SelfExecutingUpdateOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
performReactiveMutation(JdbcValueBindings jdbcValueBindings, 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 Detail
-
performReactiveMutation
CompletionStage<Void> performReactiveMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
-
-