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, org.hibernate.sql.model.internal.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 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) 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