Uses of Interface
org.hibernate.sql.ast.spi.FromClauseAccess
-
Packages that use FromClauseAccess Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.loader.ast.internal org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of FromClauseAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement FromClauseAccess Modifier and Type Class Description classSybaseSqmToSqlAstConverter<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 FromClauseAccess Modifier and Type Method Description FromClauseAccessLoaderSqlAstCreationState. getFromClauseAccess()Constructors in org.hibernate.loader.ast.internal with parameters of type FromClauseAccess Constructor Description LoaderSqlAstCreationState(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 FromClauseAccess Modifier and Type Method Description AnonymousTupleTableGroupProducerAnonymousTupleType. resolveTableGroupProducer(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess)Constructors in org.hibernate.query.derived with parameters of type FromClauseAccess Constructor Description AnonymousTupleTableGroupProducer(AnonymousTupleType<?> tupleType, String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess)CteTupleTableGroupProducer(SqmCteTable<?> sqmCteTable, String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) -
Uses of FromClauseAccess in org.hibernate.query.results
Classes in org.hibernate.query.results that implement FromClauseAccess Modifier and Type Class Description classFromClauseAccessImpl -
Uses of FromClauseAccess in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement FromClauseAccess Modifier and Type Class Description classMultiTableSqmMutationConverterSpecialized 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.sql Modifier and Type Interface Description interfaceSqmTranslator<T extends Statement>Classes in org.hibernate.query.sqm.sql that implement FromClauseAccess Modifier and Type Class Description classBaseSqmToSqlAstConverter<T extends Statement>classFromClauseIndexAn index of various FROM CLAUSE resolutions.Methods in org.hibernate.query.sqm.sql that return FromClauseAccess Modifier and Type Method Description FromClauseAccessBaseSqmToSqlAstConverter. getFromClauseAccess()FromClauseAccessFakeSqmToSqlAstConverter. getFromClauseAccess()FromClauseAccessSqmTranslation. getFromClauseAccess()FromClauseAccessStandardSqmTranslation. getFromClauseAccess()Constructors in org.hibernate.query.sqm.sql with parameters of type FromClauseAccess Constructor Description StandardSqmTranslation(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 FromClauseAccess Modifier and Type Class Description classStandardSqmTranslator<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 FromClauseAccess Modifier and Type Method Description CteTupleTableGroupProducerSqmCteTable. resolveTableGroupProducer(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) -
Uses of FromClauseAccess in org.hibernate.sql.ast.spi
Classes in org.hibernate.sql.ast.spi that implement FromClauseAccess Modifier and Type Class Description classSimpleFromClauseAccessImplSimple implementation of FromClauseAccessFields in org.hibernate.sql.ast.spi declared as FromClauseAccess Modifier and Type Field Description protected FromClauseAccessSimpleFromClauseAccessImpl. parentMethods in org.hibernate.sql.ast.spi that return FromClauseAccess Modifier and Type Method Description FromClauseAccessSqlAstCreationState. getFromClauseAccess()Constructors in org.hibernate.sql.ast.spi with parameters of type FromClauseAccess Constructor Description SimpleFromClauseAccessImpl(FromClauseAccess parent)
-