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.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling. -
-
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.class
ParameterLabelException
Indicates a problem with the labelling of query parameters.class
PathException
Indicates a problem with a path expression in HQL/JPQL. -
Uses of SemanticException in org.hibernate.query.sqm
Subclasses of SemanticException in org.hibernate.query.sqm Modifier and Type Class Description class
AliasCollisionException
Occurs when the HQL query declares a duplicate identification variable in thefrom
clause, or a duplicate result column alias in theselect
clause.class
LiteralNumberFormatException
class
StrictJpaComplianceViolation
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.class
UnknownEntityException
Indicates a failure to resolve an entity name in HQL to a known mapped entity type.class
UnknownPathException
Indicates a failure to resolve an element of a path expression in HQL/JPQL. -
Uses of SemanticException in org.hibernate.query.sqm.produce.function
Subclasses of SemanticException in org.hibernate.query.sqm.produce.function Modifier and Type Class Description class
FunctionArgumentException
Represents a problem with the argument list of a function in HQL/JPQL.
-