Package org.hibernate.query.sqm.internal
Class SqmCreationOptionsStandard
java.lang.Object
org.hibernate.query.sqm.internal.SqmCreationOptionsStandard
- All Implemented Interfaces:
SqmCreationOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
-
Constructor Details
-
SqmCreationOptionsStandard
-
-
Method Details
-
useStrictJpaCompliance
public boolean useStrictJpaCompliance()Description copied from interface:SqmCreationOptions
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?- Specified by:
useStrictJpaCompliance
in interfaceSqmCreationOptions
- See Also:
-
isJsonFunctionsEnabled
public boolean isJsonFunctionsEnabled()- Specified by:
isJsonFunctionsEnabled
in interfaceSqmCreationOptions
- See Also:
-
isXmlFunctionsEnabled
public boolean isXmlFunctionsEnabled()- Specified by:
isXmlFunctionsEnabled
in interfaceSqmCreationOptions
- See Also:
-
isPortableIntegerDivisionEnabled
public boolean isPortableIntegerDivisionEnabled()- Specified by:
isPortableIntegerDivisionEnabled
in interfaceSqmCreationOptions
- See Also:
-