@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.