Package org.hibernate.reactive.sql.model
Class ReactiveOptionalTableUpdateOperation
- java.lang.Object
-
- org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
-
- org.hibernate.reactive.sql.model.ReactiveOptionalTableUpdateOperation
-
- All Implemented Interfaces:
ReactiveSelfExecutingUpdateOperation
,MutationOperation
,SelfExecutingUpdateOperation
public class ReactiveOptionalTableUpdateOperation extends OptionalTableUpdateOperation implements ReactiveSelfExecutingUpdateOperation
-
-
Constructor Summary
Constructors Constructor Description ReactiveOptionalTableUpdateOperation(MutationTarget<?> mutationTarget, OptionalTableUpdate upsert, SessionFactoryImplementor factory)
-
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.OptionalTableUpdateOperation
findValueDescriptor, getMutationTarget, getMutationType, getTableDetails, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.model.MutationOperation
findValueDescriptor, getJdbcValueDescriptor, getMutationTarget, getMutationType, getTableDetails
-
-
-
-
Constructor Detail
-
ReactiveOptionalTableUpdateOperation
public ReactiveOptionalTableUpdateOperation(MutationTarget<?> mutationTarget, OptionalTableUpdate upsert, SessionFactoryImplementor factory)
-
-
Method Detail
-
performMutation
public void performMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
- Specified by:
performMutation
in interfaceSelfExecutingUpdateOperation
- Overrides:
performMutation
in classOptionalTableUpdateOperation
-
performReactiveMutation
public CompletionStage<Void> performReactiveMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis incomingValuesAnalysis, SharedSessionContractImplementor session)
- Specified by:
performReactiveMutation
in interfaceReactiveSelfExecutingUpdateOperation
-
-