Class SqmInsertStrategyHelper
- java.lang.Object
-
- org.hibernate.query.sqm.mutation.internal.SqmInsertStrategyHelper
-
public final class SqmInsertStrategyHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expression
createRowNumberingExpression(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)
Creates a row numbering expression, that can be added to the select clause of the query spec.
-
-
-
Method Detail
-
createRowNumberingExpression
public static Expression createRowNumberingExpression(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)
Creates a row numbering expression, that can be added to the select clause of the query spec.
-
-