Uses of Class
org.hibernate.query.spi.QueryEngine
-
Packages that use QueryEngine Package Description org.hibernate.dialect org.hibernate.dialect.function org.hibernate.engine.spi org.hibernate.envers.function org.hibernate.internal org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.criteria.internal org.hibernate.query.hql.internal org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sqm org.hibernate.query.sqm.function org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.expression -
-
Uses of QueryEngine in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type QueryEngine Modifier and Type Method Description voidAbstractHANADialect. initializeFunctionRegistry(QueryEngine queryEngine)voidAbstractTransactSQLDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidCockroachDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidDB2Dialect. initializeFunctionRegistry(QueryEngine queryEngine)voidDB2iDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidDB2zDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidDerbyDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidDialect. initializeFunctionRegistry(QueryEngine queryEngine)Initialize the given registry with any dialect-specific functions.voidH2Dialect. initializeFunctionRegistry(QueryEngine queryEngine)voidHANAColumnStoreDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidHSQLDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidMariaDBDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidMySQLDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidOracleDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidPostgresPlusDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidPostgreSQLDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidSpannerDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidSQLServerDialect. initializeFunctionRegistry(QueryEngine queryEngine)voidSybaseDialect. initializeFunctionRegistry(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type QueryEngine Modifier and Type Method Description protected <T> SelfRenderingSqmFunction<T>CastStrEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>CoalesceIfnullEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunctionExtractFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>FormatFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>InsertSubstringOverlayEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>LocatePositionEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>LpadRpadPadEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>NvlCoalesceEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>TransactSQLStrFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>HypotheticalSetWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>InverseDistributionFunction. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>InverseDistributionWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Constructors in org.hibernate.dialect.function with parameters of type QueryEngine Constructor Description CommonFunctionFactory(QueryEngine queryEngine)FormatSqmFunction(SqmFunctionDescriptor descriptor, FunctionRenderingSupport renderingSupport, List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, boolean supportsPatternLiterals, QueryEngine queryEngine)SelfRenderingInverseDistributionFunction(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return QueryEngine Modifier and Type Method Description QueryEngineSessionFactoryDelegatingImpl. getQueryEngine()QueryEngineSessionFactoryImplementor. getQueryEngine() -
Uses of QueryEngine in org.hibernate.envers.function
Methods in org.hibernate.envers.function with parameters of type QueryEngine Modifier and Type Method Description protected <T> SelfRenderingSqmFunction<T>OrderByFragmentFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration) -
Uses of QueryEngine in org.hibernate.internal
Methods in org.hibernate.internal that return QueryEngine Modifier and Type Method Description QueryEngineSessionFactoryImpl. getQueryEngine() -
Uses of QueryEngine in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal with parameters of type QueryEngine Modifier and Type Method Description voidNamedCallableQueryMementoImpl. validate(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.criteria.internal
Methods in org.hibernate.query.criteria.internal with parameters of type QueryEngine Modifier and Type Method Description voidNamedCriteriaQueryMementoImpl. validate(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type QueryEngine Modifier and Type Method Description voidNamedHqlQueryMementoImpl. validate(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type QueryEngine Modifier and Type Method Description Map<String,HibernateException>NamedObjectRepositoryImpl. checkNamedQueries(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type QueryEngine Modifier and Type Method Description Map<String,HibernateException>NamedObjectRepository. checkNamedQueries(QueryEngine queryPlanCache)Perform a validity check on all named queriesvoidNamedQueryMemento. validate(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryEngine Modifier and Type Method Description static QueryEngineQueryEngine. from(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata) -
Uses of QueryEngine in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type QueryEngine Modifier and Type Method Description voidNamedNativeQueryMementoImpl. validate(QueryEngine queryEngine) -
Uses of QueryEngine in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return QueryEngine Modifier and Type Method Description QueryEngineNodeBuilder. getQueryEngine() -
Uses of QueryEngine in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type QueryEngine Modifier and Type Method Description <T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate.<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate.protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.<T> SelfRenderingSqmAggregateFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Instantiate this template with the given arguments and expected return type.default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Convenience for no argumentsdefault <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(SqmTypedNode<?> argument, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Convenience for single argumentprotected abstract <T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this function with the given arguments.protected <T> SelfRenderingSqmFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>JdbcEscapeFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>MultipatternSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.<T> SelfRenderingSqmOrderedSetAggregateFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmWindowFunction<T>AbstractSqmFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this window function with the given arguments.protected <T> SelfRenderingSqmWindowFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate. -
Uses of QueryEngine in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return QueryEngine Modifier and Type Method Description QueryEngineSqmCriteriaNodeBuilder. getQueryEngine()Constructors in org.hibernate.query.sqm.internal with parameters of type QueryEngine Constructor Description SqmCriteriaNodeBuilder(String uuid, String name, boolean jpaComplianceEnabled, QueryEngine queryEngine, Supplier<JpaMetamodelImplementor> domainModelAccess, ServiceRegistry serviceRegistry, ValueHandlingMode criteriaValueHandlingMode) -
Uses of QueryEngine in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type QueryEngine Modifier and Type Method Description voidArgumentsValidator. validate(List<? extends SqmTypedNode<?>> arguments, String functionName, QueryEngine queryEngine)Perform validation that may be done using theSqmTypedNodetree and assigned Java types.voidArgumentTypesValidator. validate(List<? extends SqmTypedNode<?>> arguments, String functionName, QueryEngine queryEngine)We do an initial validation phase with just the SQM tree, even though we don't have all typing information available here (in particular, we don't have the final JDBC type codes for things with converters) because this is the phase that is run at startup for named queries, and can be done in an IDE. -
Uses of QueryEngine in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return QueryEngine Modifier and Type Method Description QueryEngineSqmCreationContext. getQueryEngine() -
Uses of QueryEngine in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type QueryEngine Modifier and Type Method Description static SqmLiteral<Integer>SqmExpressionHelper. integerLiteral(int value, QueryEngine queryEngine)static SqmLiteral<Integer>SqmExpressionHelper. integerLiteral(String literalText, QueryEngine queryEngine)
-