Class InlineUpdateHandler
java.lang.Object
org.hibernate.query.sqm.mutation.internal.inline.InlineUpdateHandler
- All Implemented Interfaces:
Handler
,UpdateHandler
-
Constructor Summary
ConstructorsConstructorDescriptionInlineUpdateHandler
(MatchingIdRestrictionProducer matchingIdsPredicateProducer, SqmUpdateStatement<?> sqmUpdate, DomainParameterXref domainParameterXref, DomainQueryExecutionContext context) -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(DomainQueryExecutionContext executionContext) Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
-
Constructor Details
-
InlineUpdateHandler
public InlineUpdateHandler(MatchingIdRestrictionProducer matchingIdsPredicateProducer, SqmUpdateStatement<?> sqmUpdate, DomainParameterXref domainParameterXref, DomainQueryExecutionContext context)
-
-
Method Details
-
execute
Description copied from interface:Handler
Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
-