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 ExpectationvoidperformMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session) Methods inherited from class DeleteOrUpsertOperation
findValueDescriptor, getMutationTarget, getMutationType, getOptionalTableUpdate, getTableDetails, getUpsertOperationMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MutationOperation
getJdbcValueDescriptor
-
Constructor Details
-
MySQLDeleteOrUpsertOperation
public MySQLDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, org.hibernate.sql.model.internal.OptionalTableUpdate optionalTableUpdate)
-
-
Method Details
-
getExpectation
- Overrides:
getExpectationin classDeleteOrUpsertOperation