Uses of Interface
org.hibernate.sql.ast.spi.FromClauseAccess
Packages that use FromClauseAccess
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator
.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.sql.ast
Classes in org.hibernate.dialect.sql.ast that implement FromClauseAccessModifier and TypeClassDescriptionclass
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE. -
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.tree.cte
Methods in org.hibernate.query.sqm.tree.cte with parameters of type FromClauseAccessModifier and TypeMethodDescriptionorg.hibernate.query.sqm.tuple.internal.CteTupleTableGroupProducer
SqmCteTable.resolveTableGroupProducer
(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) org.hibernate.query.sqm.tuple.internal.CteTupleTableGroupProducer
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