Uses of Class
org.hibernate.query.SemanticException
-
Packages that use SemanticException Package Description org.hibernate.query org.hibernate.query.sqm -
-
Uses of SemanticException in org.hibernate.query
Subclasses of SemanticException in org.hibernate.query Modifier and Type Class Description class
NotIndexedCollectionException
Indicates 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 class
AliasCollisionException
class
LiteralNumberFormatException
class
StrictJpaComplianceViolation
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.class
UnknownEntityException
Indicates we were not able to resolve a given "path structure" as an entity name.class
UnknownPathException
todo (6.0) : account for this in the "exception conversion" handling
-