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 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?
-
-
-
Constructor Detail
-
SqmCreationOptionsStandard
public SqmCreationOptionsStandard(QueryEngineOptions queryEngineOptions)
-
-
Method Detail
-
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:
StrictJpaComplianceViolation
-
-