Package org.hibernate.reactive.sql.model
Class ReactiveDeleteOrUpsertOperation
- java.lang.Object
-
- org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
-
- org.hibernate.reactive.sql.model.ReactiveDeleteOrUpsertOperation
-
- All Implemented Interfaces:
ReactiveSelfExecutingUpdateOperation
,MutationOperation
,SelfExecutingUpdateOperation
public class ReactiveDeleteOrUpsertOperation extends DeleteOrUpsertOperation implements ReactiveSelfExecutingUpdateOperation
-
-
Constructor Summary
Constructors Constructor Description ReactiveDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
performMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
CompletionStage<Void>
performReactiveMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis incomingValuesAnalysis, SharedSessionContractImplementor session)
-
Methods inherited from class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
findValueDescriptor, getMutationTarget, getMutationType, getTableDetails
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.model.MutationOperation
findValueDescriptor, getJdbcValueDescriptor, getMutationTarget, getMutationType, getTableDetails
-
-
-
-
Constructor Detail
-
ReactiveDeleteOrUpsertOperation
public ReactiveDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate)
-
-
Method Detail
-
performMutation
public void performMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
- Specified by:
performMutation
in interfaceSelfExecutingUpdateOperation
- Overrides:
performMutation
in classDeleteOrUpsertOperation
-
performReactiveMutation
public CompletionStage<Void> performReactiveMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis incomingValuesAnalysis, SharedSessionContractImplementor session)
- Specified by:
performReactiveMutation
in interfaceReactiveSelfExecutingUpdateOperation
-
-