Uses of Interface
org.hibernate.query.sqm.spi.SqmCreationContext
Packages that use SqmCreationContext
Package
Description
Implementation of the SPIs for HQL support.
SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Package defining support for creating and consuming a SQL AST.
-
Uses of SqmCreationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmCreationContextMethods in org.hibernate.query.hql.internal with parameters of type SqmCreationContextModifier and TypeMethodDescriptionstatic <R> SqmStatement<R>
SemanticQueryBuilder.buildSemanticModel
(HqlParser.StatementContext hqlParseTree, Class<R> expectedResultType, SqmCreationOptions creationOptions, SqmCreationContext creationContext, String query) Main entry point into analysis of HQL/JPQL parse tree - producing a semantic model of the query.Constructors in org.hibernate.query.hql.internal with parameters of type SqmCreationContextModifierConstructorDescriptionSemanticQueryBuilder
(Class<R> expectedResultType, SqmCreationOptions creationOptions, SqmCreationContext creationContext, String query) SemanticQueryBuilder
(String expectedResultTypeName, String expectedResultTypeShortName, Class<R> expectedResultType, SqmCreationOptions creationOptions, SqmCreationContext creationContext, String query) SemanticQueryBuilder
(String expectedResultTypeName, String expectedResultTypeShortName, String expectedResultEntity, SqmCreationOptions creationOptions, SqmCreationContext creationContext, String query) StandardHqlTranslator
(SqmCreationContext sqmCreationContext, SqmCreationOptions sqmCreationOptions) -
Uses of SqmCreationContext in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationContextModifier and TypeMethodDescriptionSqmCreationState.getCreationContext()
Access to the context of the creation -
Uses of SqmCreationContext in org.hibernate.query.sqm
Subinterfaces of SqmCreationContext in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterface
Adapts the JPA CriteriaBuilder to generate SQM nodes. -
Uses of SqmCreationContext in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmCreationContextModifier and TypeClassDescriptionclass
Acts as a JPACriteriaBuilder
by using SQM nodes as the JPA Criteria nodes -
Uses of SqmCreationContext in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return SqmCreationContextModifier and TypeMethodDescriptiondefault SqmCreationContext
SqlAstCreationState.getSqmCreationContext()