Uses of Class
org.hibernate.query.SemanticException
Packages that use SemanticException
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
This package defines a semantic model of HQL queries.
Package defining support for
SqmFunctionDescriptor
handling.-
Uses of SemanticException in org.hibernate.query
Subclasses of SemanticException in org.hibernate.queryModifier and TypeClassDescriptionclass
Indicates an attempt to use a non-indexed collection as indexed.class
Indicates a problem with the labelling of query parameters.class
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.sqmModifier and TypeClassDescriptionclass
Occurs when the HQL query declares a duplicate identification variable in thefrom
clause, or a duplicate result column alias in theselect
clause.class
class
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.class
Indicates a failure to resolve an entity name in HQL to a known mapped entity type.class
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.functionModifier and TypeClassDescriptionclass
Represents a problem with the argument list of a function in HQL/JPQL.