@Incubating

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.