Interface SqmCreationOptions

All Known Implementing Classes:
SqmCreationOptionsStandard

@Incubating public interface SqmCreationOptions
Options for semantic analysis
Author:
Steve Ebersole
  • Method Details

    • useStrictJpaCompliance

      default boolean useStrictJpaCompliance()
      Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
      See Also:
    • isPortableIntegerDivisionEnabled

      default boolean isPortableIntegerDivisionEnabled()
      See Also: