Package org.hibernate.query.sqm.internal
Class SimpleInsertQueryPlan
- java.lang.Object
-
- org.hibernate.query.sqm.internal.SimpleInsertQueryPlan
-
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
public class SimpleInsertQueryPlan extends Object implements NonSelectQueryPlan
-
-
Constructor Summary
Constructors Constructor Description SimpleInsertQueryPlan(SqmInsertStatement<?> sqmInsert, DomainParameterXref domainParameterXref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
executeUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Constructor Detail
-
SimpleInsertQueryPlan
public SimpleInsertQueryPlan(SqmInsertStatement<?> sqmInsert, DomainParameterXref domainParameterXref)
-
-
Method Detail
-
executeUpdate
public int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-
-