Interface SqmCreationOptions

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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?
    • Method Detail

      • useStrictJpaCompliance

        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:
        StrictJpaComplianceViolation