Package org.hibernate.engine.jdbc.mutation
@Incubating
package org.hibernate.engine.jdbc.mutation
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
The MutationExecutor
is usually
called by the various SQL insert, update, and delete
coordinators defined in org.hibernate.persister.entity.mutation
and org.hibernate.persister.collection.mutation
.
-
ClassDescriptionThe JDBC values for a mutationMain contract for performing the mutation.Used to check the results of a statement executionDescribes how a parameter is used in a mutation statementUsed to check if a table should be included in the current execution