Class BaseSqmToSqlAstConverter.AdditionalInsertValues

java.lang.Object
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
Enclosing class:
BaseSqmToSqlAstConverter<T extends Statement>

public static class BaseSqmToSqlAstConverter.AdditionalInsertValues extends Object
  • Constructor Details

  • Method Details

    • applyValues

      public void applyValues(Values values)
    • applySelections

      public boolean applySelections(QuerySpec querySpec, SessionFactoryImplementor sessionFactory)
      Returns true if the identifier can't be applied directly and needs to be generated separately. As a replacement for the identifier, the special row_number column should be filled.
    • requiresRowNumberIntermediate

      public boolean requiresRowNumberIntermediate()