Package org.hibernate.query.sqm.internal
Class MultiTableInsertQueryPlan
java.lang.Object
org.hibernate.query.sqm.internal.MultiTableInsertQueryPlan
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
-
Constructor Summary
ConstructorsConstructorDescriptionMultiTableInsertQueryPlan
(SqmInsertStatement<?> sqmInsert, DomainParameterXref domainParameterXref, SqmMultiTableInsertStrategy mutationStrategy) -
Method Summary
Modifier and TypeMethodDescriptionint
executeUpdate
(DomainQueryExecutionContext executionContext)
-
Constructor Details
-
MultiTableInsertQueryPlan
public MultiTableInsertQueryPlan(SqmInsertStatement<?> sqmInsert, DomainParameterXref domainParameterXref, SqmMultiTableInsertStrategy mutationStrategy)
-
-
Method Details
-
executeUpdate
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-