Uses of Interface
org.hibernate.sql.ast.spi.SqlAstCreationContext
Packages that use SqlAstCreationContext
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.SPIs for native SQL query support.
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
Defines domain result graphs.
-
Uses of SqlAstCreationContext in org.hibernate.dialect.sql.ast
Constructors in org.hibernate.dialect.sql.ast with parameters of type SqlAstCreationContextModifierConstructorDescriptionSybaseSqmToSqlAstConverter(SqmStatement<?> statement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of SqlAstCreationContext in org.hibernate.query.sql.spi
Subinterfaces of SqlAstCreationContext in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterfaceIntroduced as an analog ofQueryEngineand/orNodeBuilderfor the SQL translation and rendering phases. -
Uses of SqlAstCreationContext in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAstCreationContextModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getCreationContext()FakeSqmToSqlAstConverter.getCreationContext()Methods in org.hibernate.query.sqm.sql with parameters of type SqlAstCreationContextModifier and TypeMethodDescriptionSqmTranslator<? extends MutationStatement> SqmTranslatorFactory.createMutationTranslator(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslator<? extends MutationStatement> StandardSqmTranslatorFactory.createMutationTranslator(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslatorFactory.createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) StandardSqmTranslatorFactory.createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) Constructors in org.hibernate.query.sqm.sql with parameters of type SqlAstCreationContextModifierConstructorDescriptionBaseSqmToSqlAstConverter(SqlAstCreationContext creationContext, SqmStatement<?> statement, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, boolean deduplicateSelectionItems) -
Uses of SqlAstCreationContext in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return SqlAstCreationContext -
Uses of SqlAstCreationContext in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return SqlAstCreationContext