Uses of Class
org.hibernate.query.IllegalQueryOperationException
-
Packages that use IllegalQueryOperationException Package Description org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of IllegalQueryOperationException in org.hibernate.query
Subclasses of IllegalQueryOperationException in org.hibernate.query Modifier and Type Class Description classIllegalMutationQueryExceptionIndicates an attempt to callQueryProducer.createMutationQuery(String),QueryProducer.createNamedMutationQuery(String)orQueryProducer.createNativeMutationQuery(String)with a non-mutation query (generally a select query)classIllegalSelectQueryExceptionIndicates an attempt to callQueryProducer.createSelectionQuery(String)with a non-selection query (generally a mutation query) -
Uses of IllegalQueryOperationException in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return IllegalQueryOperationException Modifier and Type Method Description static IllegalQueryOperationExceptionSqmUtil. expectingNonSelect(SqmStatement<?> sqm, String hqlString)
-