Package org.hibernate.query.hql.spi
Interface SqmCreationOptions
- All Known Implementing Classes:
SqmCreationOptionsStandard
Options for semantic analysis
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
default boolean
default boolean
default boolean
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
-
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:
-
isJsonFunctionsEnabled
default boolean isJsonFunctionsEnabled()- See Also:
-
isXmlFunctionsEnabled
default boolean isXmlFunctionsEnabled()- See Also:
-
isPortableIntegerDivisionEnabled
default boolean isPortableIntegerDivisionEnabled()- See Also:
-