Uses of Interface
org.hibernate.query.sqm.spi.SqmCreationContext
Packages that use SqmCreationContext
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.Implementation of the SPIs for HQL support.
SPIs for HQL support.
Package for the SQM-backed Query implementation details
-
Uses of SqmCreationContext in org.hibernate.engine.spi
Subinterfaces of SqmCreationContext in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterfaceDefines the internal contract between theSessionFactoryand the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement SqmCreationContextModifier and TypeClassDescriptionclassBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory. -
Uses of SqmCreationContext in org.hibernate.internal
Classes in org.hibernate.internal that implement SqmCreationContext -
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.internal
Classes in org.hibernate.query.sqm.internal that implement SqmCreationContextModifier and TypeClassDescriptionclassActs as a JPACriteriaBuilderby using SQM nodes as the JPA Criteria nodes