Uses of Interface
org.hibernate.sql.ast.spi.SqlAstCreationContext
Packages that use SqlAstCreationContext
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator
.Implementation of the SPIs for native SQL query support.
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, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of SqlAstCreationContext in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return SqlAstCreationContextConstructors in org.hibernate.loader.ast.internal with parameters of type SqlAstCreationContextModifierConstructorDescriptionLoaderSqlAstCreationState
(QueryPart queryPart, SqlAliasBaseManager sqlAliasBaseManager, FromClauseAccess fromClauseAccess, LockOptions lockOptions, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, boolean forceIdentifierSelection, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext sf) -
Uses of SqlAstCreationContext in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal that return SqlAstCreationContext -
Uses of SqlAstCreationContext in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement SqlAstCreationContext -
Uses of SqlAstCreationContext in org.hibernate.query.sql.spi
Subinterfaces of SqlAstCreationContext in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface
Introduced as an analog ofQueryEngine
and/orNodeBuilder
for the SQL translation and rendering phases. -
Uses of SqlAstCreationContext in org.hibernate.query.sqm.mutation.internal
Constructors in org.hibernate.query.sqm.mutation.internal with parameters of type SqlAstCreationContextModifierConstructorDescriptionMultiTableSqmMutationConverter
(EntityMappingType mutatingEntityDescriptor, SqmStatement<?> statement, SqmRoot<?> sqmRoot, String sourceAlias, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings domainParameterBindings, SqlAstCreationContext creationContext) MultiTableSqmMutationConverter
(EntityMappingType mutatingEntityDescriptor, SqmStatement<?> statement, SqmRoot<?> sqmRoot, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings domainParameterBindings, SqlAstCreationContext creationContext) -
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, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslator<? extends MutationStatement>
StandardSqmTranslatorFactory.createMutationTranslator
(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslatorFactory.createSelectTranslator
(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) StandardSqmTranslatorFactory.createSelectTranslator
(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, 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, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, boolean deduplicateSelectionItems) -
Uses of SqlAstCreationContext in org.hibernate.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type SqlAstCreationContextModifierConstructorDescriptionStandardSqmTranslator
(SqmStatement<?> statement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, 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