Package org.hibernate.query.sqm.internal
Class SqmCreationOptionsStandard
- java.lang.Object
-
- org.hibernate.query.sqm.internal.SqmCreationOptionsStandard
-
- All Implemented Interfaces:
SqmCreationOptions
public class SqmCreationOptionsStandard extends Object implements SqmCreationOptions
-
-
Constructor Summary
Constructors Constructor Description SqmCreationOptionsStandard(QueryEngineOptions queryEngineOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanuseStrictJpaCompliance()Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
-
-
-
Constructor Detail
-
SqmCreationOptionsStandard
public SqmCreationOptionsStandard(QueryEngineOptions queryEngineOptions)
-
-
Method Detail
-
useStrictJpaCompliance
public boolean useStrictJpaCompliance()
Description copied from interface:SqmCreationOptionsShould we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?- Specified by:
useStrictJpaCompliancein interfaceSqmCreationOptions- See Also:
StrictJpaComplianceViolation
-
-