Package org.hibernate.dialect
Class MySQLDeleteOrUpsertOperation
java.lang.Object
org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
org.hibernate.dialect.MySQLDeleteOrUpsertOperation
- All Implemented Interfaces:
MutationOperation,SelfExecutingUpdateOperation
@Deprecated(forRemoval=true)
public class MySQLDeleteOrUpsertOperation
extends DeleteOrUpsertOperation
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected ExpectationDeprecated, for removal: This API element is subject to removal in a future version.voidperformMutation(JdbcValueBindings jdbcValueBindings, ValuesAnalysis valuesAnalysis, SharedSessionContractImplementor session) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
findValueDescriptor, getMutationTarget, getMutationType, getOptionalTableUpdate, getTableDetails, getUpsertOperationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.model.MutationOperation
getJdbcValueDescriptor
-
Constructor Details
-
MySQLDeleteOrUpsertOperation
public MySQLDeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getExpectation
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getExpectationin classDeleteOrUpsertOperation