Package org.hibernate.dialect
Class MySQLDeleteOrUpsertOperation
java.lang.Object
org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
org.hibernate.dialect.MySQLDeleteOrUpsertOperation
- All Implemented Interfaces:
MutationOperation
,SelfExecutingUpdateOperation
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLDeleteOrUpsertOperation
(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, org.hibernate.sql.model.internal.OptionalTableUpdate optionalTableUpdate) -
Method Summary
Modifier and TypeMethodDescriptionprotected Expectation
void
performMutation
(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session) Methods inherited from class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
findValueDescriptor, getMutationTarget, getMutationType, getOptionalTableUpdate, getTableDetails, getUpsertOperation
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
getJdbcValueDescriptor
-
Constructor Details
-
MySQLDeleteOrUpsertOperation
public MySQLDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, org.hibernate.sql.model.internal.OptionalTableUpdate optionalTableUpdate)
-
-
Method Details
-
getExpectation
- Overrides:
getExpectation
in classDeleteOrUpsertOperation