Package org.hibernate.query.sqm.mutation.internal.inline
-
Interface Summary Interface Description MatchingIdRestrictionProducer Strategy (pattern) for producing the restriction used when mutating a particular table in the group of tables -
Class Summary Class Description InlineDeleteHandler DeleteHandler for the in-line strategyInlineMutationStrategy 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.InlineUpdateHandler InPredicateRestrictionProducer MatchingIdRestrictionProducer producing a restriction based on an in-values-list predicate.