Package org.hibernate.sql.model
Interface SelfExecutingUpdateOperation
-
- All Superinterfaces:
MutationOperation
- All Known Implementing Classes:
DeleteOrUpsertOperation
,OptionalTableUpdateOperation
public interface SelfExecutingUpdateOperation extends MutationOperation
Extension to MutationOperation for cases where the operation wants to handle execution itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
performMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
-
Methods inherited from interface org.hibernate.sql.model.MutationOperation
findValueDescriptor, getJdbcValueDescriptor, getMutationTarget, getMutationType, getTableDetails
-
-
-
-
Method Detail
-
performMutation
void performMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session)
-
-