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