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 forSqmFunctionDescriptorhandling. -
-
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.classParameterLabelExceptionIndicates a problem with the labelling of query parameters.classPathExceptionIndicates 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 classAliasCollisionExceptionOccurs when the HQL query declares a duplicate identification variable in thefromclause, or a duplicate result column alias in theselectclause.classLiteralNumberFormatExceptionclassStrictJpaComplianceViolationIndicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.classUnknownEntityExceptionIndicates a failure to resolve an entity name in HQL to a known mapped entity type.classUnknownPathExceptionIndicates 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 classFunctionArgumentExceptionRepresents a problem with the argument list of a function in HQL/JPQL.
-