Uses of Interface
org.hibernate.sql.ast.spi.SqlAstCreationContext
Packages that use SqlAstCreationContext
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
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.
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
Constructors in org.hibernate.dialect 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.engine.spi
Subinterfaces of SqlAstCreationContext 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 SqlAstCreationContextModifier and TypeClassDescriptionclass
Base delegating implementation of theSessionFactory
andSessionFactoryImplementor
contracts for intended for easier implementation ofSessionFactory
. -
Uses of SqlAstCreationContext in org.hibernate.internal
Classes in org.hibernate.internal that implement SqlAstCreationContext -
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.processor.validation
Classes in org.hibernate.processor.validation that implement SqlAstCreationContextModifier and TypeClassDescriptionclass
class
Implementation of theMock
objects based on standard annotation processor APIs. -
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.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