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
.Validation for HQL queries.
Implementation of the SPIs for HQL support.
SPIs for HQL support.
-
Uses of SqmCreationContext in org.hibernate.engine.spi
Subinterfaces of SqmCreationContext in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterface
Defines the internal contract between theSessionFactory
and the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement SqmCreationContextModifier and TypeClassDescriptionclass
Base delegating implementation of theSessionFactory
andSessionFactoryImplementor
contracts 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.processor.validation
Classes in org.hibernate.processor.validation that implement SqmCreationContextModifier and TypeClassDescriptionclass
class
Implementation of theMock
objects based on standard annotation processor APIs. -
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.internal
Methods in org.hibernate.query.internal with parameters of type SqmCreationContextModifier and TypeMethodDescriptionstatic QueryEngineImpl
QueryEngineImpl.from
(MetadataImplementor metadata, QueryEngineOptions options, SqmCreationContext sqmCreationContext, ServiceRegistryImplementor serviceRegistry, Map<String, Object> properties, String name)