Uses of Interface
org.hibernate.sql.ast.spi.FromClauseAccess
Packages that use FromClauseAccess
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package for the translation of SQM into SQL AST
Nodes representing common table expressions (CTE) in the SQM tree.
Package defining support for creating and consuming a SQL AST.
-
Uses of FromClauseAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement FromClauseAccessModifier and TypeClassDescriptionclass
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE. -
Uses of FromClauseAccess in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return FromClauseAccessConstructors in org.hibernate.loader.ast.internal with parameters of type FromClauseAccessModifierConstructorDescriptionLoaderSqlAstCreationState
(QueryPart queryPart, SqlAliasBaseManager sqlAliasBaseManager, FromClauseAccess fromClauseAccess, LockOptions lockOptions, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, boolean forceIdentifierSelection, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext sf) -
Uses of FromClauseAccess in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type FromClauseAccessModifier and TypeMethodDescriptionAnonymousTupleType.resolveTableGroupProducer
(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) AnonymousTupleType.resolveTableGroupProducer
(String aliasStem, SqlTypedMapping[] jdbcMappings, FromClauseAccess fromClauseAccess) Constructors in org.hibernate.query.derived with parameters of type FromClauseAccessModifierConstructorDescriptionAnonymousTupleTableGroupProducer
(AnonymousTupleType<?> tupleType, String aliasStem, SqlTypedMapping[] sqlTypedMappings, FromClauseAccess fromClauseAccess) CteTupleTableGroupProducer
(SqmCteTable<?> sqmCteTable, String aliasStem, SqlTypedMapping[] sqlTypedMappings, FromClauseAccess fromClauseAccess) -
Uses of FromClauseAccess in org.hibernate.query.results.internal
Classes in org.hibernate.query.results.internal that implement FromClauseAccessModifier and TypeClassDescriptionclass
FromClauseAccess implementation used while building ResultSetMapping references. -
Uses of FromClauseAccess in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement FromClauseAccessModifier and TypeClassDescriptionclass
Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation. -
Uses of FromClauseAccess in org.hibernate.query.sqm.sql
Subinterfaces of FromClauseAccess in org.hibernate.query.sqm.sqlClasses in org.hibernate.query.sqm.sql that implement FromClauseAccessModifier and TypeClassDescriptionclass
BaseSqmToSqlAstConverter<T extends Statement>
class
An index of various FROM CLAUSE resolutions.Methods in org.hibernate.query.sqm.sql that return FromClauseAccessModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getFromClauseAccess()
FakeSqmToSqlAstConverter.getFromClauseAccess()
SqmTranslation.getFromClauseAccess()
StandardSqmTranslation.getFromClauseAccess()
Constructors in org.hibernate.query.sqm.sql with parameters of type FromClauseAccessModifierConstructorDescriptionStandardSqmTranslation
(T sqlAst, Map<SqmParameter<?>, List<List<JdbcParameter>>> jdbcParamMap, Map<SqmParameter<?>, MappingModelExpressible<?>> parameterMappingModelTypeMap, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess) -
Uses of FromClauseAccess in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement FromClauseAccessModifier and TypeClassDescriptionclass
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs. -
Uses of FromClauseAccess in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte with parameters of type FromClauseAccessModifier and TypeMethodDescriptionSqmCteTable.resolveTableGroupProducer
(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) SqmCteTable.resolveTableGroupProducer
(String aliasStem, SqlTypedMapping[] sqlTypedMappings, FromClauseAccess fromClauseAccess) -
Uses of FromClauseAccess in org.hibernate.sql.ast.spi
Classes in org.hibernate.sql.ast.spi that implement FromClauseAccessModifier and TypeClassDescriptionclass
Simple implementation of FromClauseAccessFields in org.hibernate.sql.ast.spi declared as FromClauseAccessModifier and TypeFieldDescriptionprotected final FromClauseAccess
SimpleFromClauseAccessImpl.parent
Methods in org.hibernate.sql.ast.spi that return FromClauseAccessConstructors in org.hibernate.sql.ast.spi with parameters of type FromClauseAccess