Package org.hibernate.reactive.sql.model
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 TypeMethodDescriptionperformReactiveMutation(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, getTableDetailsMethods inherited from interface org.hibernate.sql.model.SelfExecutingUpdateOperation
performMutation
-
Method Details