Class InlineMutationStrategy

java.lang.Object
org.hibernate.query.sqm.mutation.internal.inline.InlineMutationStrategy
All Implemented Interfaces:
SqmMultiTableMutationStrategy

public class InlineMutationStrategy extends Object implements SqmMultiTableMutationStrategy
Support for multi-table SQM mutation operations which select the matching id values from the database back into the VM and uses that list of values to produce a restriction for the mutations. The exact form of that restriction is based on the MatchingIdRestrictionProducer implementation used