Package org.hibernate.engine.jdbc.mutation
Package defining support for executing mutation SQL statements produced
by the persister for an entity or
collection.
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
.
-
Interface Summary Interface Description JdbcValueBindings The JDBC values for a mutationMutationExecutor Main contract for performing the mutation.OperationResultChecker Used to check the results of a statement executionTableInclusionChecker Used to check if a table should be included in the current execution -
Enum Summary Enum Description ParameterUsage Describes how a parameter is used in a mutation statement