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