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