Package org.hibernate.engine.jdbc.mutation
Package defining support for performing mutation SQL (INSERT, UPDATE,
DELETE) against an entity or collection
-
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