Uses of Class
org.hibernate.QueryException
-
Packages that use QueryException Package Description org.hibernate org.hibernate.dialect.function org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.hql.spi org.hibernate.loader org.hibernate.loader.criteria org.hibernate.loader.custom org.hibernate.loader.custom.sql org.hibernate.loader.hql org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.sql -
-
Uses of QueryException in org.hibernate
Subclasses of QueryException in org.hibernate Modifier and Type Class Description classQueryParameterExceptionParameter invalid or not found in the query.Methods in org.hibernate that return QueryException Modifier and Type Method Description protected QueryExceptionQueryException. generateQueryException(String queryString)Called fromwrapWithQueryString(String)when we really need to generate a new QueryException (or subclass).protected QueryExceptionQueryParameterException. generateQueryException(String queryString)QueryExceptionQueryException. wrapWithQueryString(String queryString)Wraps this exception with another, of same kind, with the specified queryString. -
Uses of QueryException in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that throw QueryException Modifier and Type Method Description protected intStandardAnsiSqlAggregationFunctions.AvgFunction. determineJdbcTypeCode(Type firstArgumentType, SessionFactoryImplementor factory)protected intStandardAnsiSqlAggregationFunctions.SumFunction. determineJdbcTypeCode(Type type, Mapping mapping)TypeAbstractAnsiTrimEmulationFunction. getReturnType(Type argumentType, Mapping mapping)TypeCastFunction. getReturnType(Type columnType, Mapping mapping)TypeCharIndexFunction. getReturnType(Type columnType, Mapping mapping)TypeConvertFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeDerbyConcatFunction. getReturnType(Type argumentType, Mapping mapping)The return type of the function.TypeNoArgSQLFunction. getReturnType(Type argumentType, Mapping mapping)TypeNvlFunction. getReturnType(Type argumentType, Mapping mapping)TypePositionSubstringFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)The return type of the function.TypeSQLFunctionTemplate. getReturnType(Type argumentType, Mapping mapping)TypeTrimFunctionTemplate. getReturnType(Type firstArgument, Mapping mapping)TypeVarArgsSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)StringAbstractAnsiTrimEmulationFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringCastFunction. render(Type columnType, List args, SessionFactoryImplementor factory)StringCharIndexFunction. render(Type columnType, List args, SessionFactoryImplementor factory)StringConvertFunction. render(Type firstArgumentType, List args, SessionFactoryImplementor factory)StringDerbyConcatFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)Render the function call as SQL fragment.StringNoArgSQLFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringNvlFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringPositionSubstringFunction. render(Type firstArgumentType, List args, SessionFactoryImplementor factory)StringSQLFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory)Render the function call as SQL fragment.StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory)StringStaticPrecisionFspTimestampFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringTrimFunctionTemplate. render(Type firstArgument, List args, SessionFactoryImplementor factory) -
Uses of QueryException in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that throw QueryException Modifier and Type Method Description FilterQueryPlanQueryPlanCache. getFilterQueryPlan(String filterString, String collectionRole, boolean shallow, Map<String,Filter> enabledFilters)Get the query plan for the given collection HQL filter fragment, creating it and caching it if not already cachedHQLQueryPlanQueryPlanCache. getHQLQueryPlan(String queryString, boolean shallow, Map<String,Filter> enabledFilters)Get the query plan for the given HQL query, creating it and caching it if not already cachedstatic voidParameterParser. parse(String sqlString, ParameterParser.Recognizer recognizer)Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens. -
Uses of QueryException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw QueryException Modifier and Type Method Description voidQueryParameters. validateParameters() -
Uses of QueryException in org.hibernate.hql.spi
Methods in org.hibernate.hql.spi that throw QueryException Modifier and Type Method Description voidFilterTranslator. compile(String collectionRole, Map replacements, boolean shallow)Compile a filter.voidQueryTranslator. compile(Map replacements, boolean shallow)Compile a "normal" query. -
Uses of QueryException in org.hibernate.loader
Methods in org.hibernate.loader that throw QueryException Modifier and Type Method Description protected ListLoader. getResultList(List results, ResultTransformer resultTransformer) -
Uses of QueryException in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria that throw QueryException Modifier and Type Method Description protected StringCriteriaLoader. applyLocks(String sql, QueryParameters parameters, Dialect dialect, List<AfterLoadAction> afterLoadActions) -
Uses of QueryException in org.hibernate.loader.custom
Methods in org.hibernate.loader.custom that throw QueryException Modifier and Type Method Description protected StringCustomLoader. applyLocks(String sql, QueryParameters parameters, Dialect dialect, List<AfterLoadAction> afterLoadActions)protected ListCustomLoader. getResultList(List results, ResultTransformer resultTransformer) -
Uses of QueryException in org.hibernate.loader.custom.sql
Methods in org.hibernate.loader.custom.sql that throw QueryException Modifier and Type Method Description protected StringSQLQueryParser. substituteBrackets(String sqlQuery) -
Uses of QueryException in org.hibernate.loader.hql
Methods in org.hibernate.loader.hql that throw QueryException Modifier and Type Method Description protected StringQueryLoader. applyLocks(String sql, QueryParameters parameters, Dialect dialect, List<AfterLoadAction> afterLoadActions)int[]QueryLoader. getNamedParameterLocs(String name)Returns the locations of all occurrences of the named parameter.protected ListQueryLoader. getResultList(List results, ResultTransformer resultTransformer) -
Uses of QueryException in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that throw QueryException Modifier and Type Method Description String[]AbstractCollectionPersister. toColumns(String propertyName)String[]AbstractCollectionPersister. toColumns(String alias, String propertyName)String[]CollectionPropertyMapping. toColumns(String propertyName)Given a property path, return the corresponding column name(s).String[]CollectionPropertyMapping. toColumns(String alias, String propertyName)String[]ElementPropertyMapping. toColumns(String propertyName)Given a property path, return the corresponding column name(s).String[]ElementPropertyMapping. toColumns(String alias, String propertyName)TypeAbstractCollectionPersister. toType(String propertyName)TypeCollectionPropertyMapping. toType(String propertyName)TypeElementPropertyMapping. toType(String propertyName) -
Uses of QueryException in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return QueryException Modifier and Type Method Description protected QueryExceptionAbstractPropertyMapping. propertyException(String propertyName)Methods in org.hibernate.persister.entity that throw QueryException Modifier and Type Method Description protected QueryExceptionAbstractPropertyMapping. propertyException(String propertyName)String[]AbstractEntityPersister. toColumns(String propertyName)Given a property path, return the corresponding column name(s).String[]AbstractEntityPersister. toColumns(String alias, String propertyName)Obtain aliased column/formula fragments for the specified property path.String[]AbstractPropertyMapping. toColumns(String propertyName)String[]AbstractPropertyMapping. toColumns(String alias, String propertyName)String[]BasicEntityPropertyMapping. toColumns(String alias, String propertyName)String[]JoinedSubclassEntityPersister. toColumns(String alias, String propertyName)String[]PropertyMapping. toColumns(String propertyName)Given a property path, return the corresponding column name(s).String[]PropertyMapping. toColumns(String alias, String propertyName)Obtain aliased column/formula fragments for the specified property path.TypeAbstractEntityPersister. toType(String propertyName)Given a component path expression, get the type of the propertyTypeAbstractPropertyMapping. toType(String propertyName)TypePropertyMapping. toType(String propertyName)Given a component path expression, get the type of the property -
Uses of QueryException in org.hibernate.sql
Constructors in org.hibernate.sql that throw QueryException Constructor Description ForUpdateFragment(Dialect dialect, LockOptions lockOptions, Map<String,String[]> keyColumnNames)
-