Package org.hibernate.query.sqm
Class StrictJpaComplianceViolation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.query.SemanticException
org.hibernate.query.sqm.StrictJpaComplianceViolation
- All Implemented Interfaces:
Serializable
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStrictJpaComplianceViolation
(String message, StrictJpaComplianceViolation.Type type) -
Method Summary
Methods inherited from class org.hibernate.QueryException
getMessage, getOriginalMessage, getQueryString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StrictJpaComplianceViolation
-
StrictJpaComplianceViolation
-
-
Method Details
-
getType
-