Uses of Class
org.hibernate.query.SemanticException
-
Packages that use SemanticException Package Description org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sqm This package defines a semantic model of HQL queries. -
-
Uses of SemanticException in org.hibernate.query
Subclasses of SemanticException in org.hibernate.query Modifier and Type Class Description classNotIndexedCollectionExceptionIndicates an attempt to use a non-indexed collection as indexed. -
Uses of SemanticException in org.hibernate.query.sqm
Subclasses of SemanticException in org.hibernate.query.sqm Modifier and Type Class Description classAliasCollisionExceptionclassLiteralNumberFormatExceptionclassStrictJpaComplianceViolationIndicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.classUnknownEntityExceptionIndicates we were not able to resolve a given "path structure" as an entity name.classUnknownPathExceptiontodo (6.0) : account for this in the "exception conversion" handling
-