Package org.hibernate.query.sql.internal
Class NativeNonSelectQueryPlanImpl
- java.lang.Object
-
- org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl
-
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
public class NativeNonSelectQueryPlanImpl extends Object implements NonSelectQueryPlan
-
-
Constructor Summary
Constructors Constructor Description NativeNonSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
executeUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Constructor Detail
-
NativeNonSelectQueryPlanImpl
public NativeNonSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList)
-
-
Method Detail
-
executeUpdate
public int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-
-