Class SqmInsertStrategyHelper
java.lang.Object
org.hibernate.query.sqm.mutation.internal.SqmInsertStrategyHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
createRowNumberingExpression
(QuerySpec querySpec, SessionFactoryImplementor sessionFactory) Creates a row numbering expression, that can be added to the select clause of the query spec.
-
Method Details
-
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.
-