Uses of Class
org.hibernate.sql.ast.tree.from.FromClause
Packages that use FromClause
Package
Description
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
Package defining the SQL AST.
AST nodes representing
delete
statements in a SQL tree.AST nodes representing
select
statements in a SQL tree.AST nodes representing
update
statements in a SQL tree.-
Uses of FromClause in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return FromClause -
Uses of FromClause in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return FromClauseModifier and TypeMethodDescriptionSqlAstQueryNodeProcessingStateImpl.getFromClause()
SqlAstQueryPartProcessingStateImpl.getFromClause()
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type FromClauseModifierConstructorDescriptionSqlAstQueryNodeProcessingStateImpl
(FromClause fromClause, SqlAstProcessingState parent, SqlAstCreationState creationState, Function<SqlExpressionResolver, SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess) SqlAstQueryNodeProcessingStateImpl
(FromClause fromClause, SqlAstProcessingState parent, SqlAstCreationState creationState, Supplier<Clause> currentClauseAccess) -
Uses of FromClause in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type FromClause -
Uses of FromClause in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return FromClauseModifier and TypeMethodDescriptionSqlAstQueryNodeProcessingState.getFromClause()
Returns the in-flight from clause for the query node.Methods in org.hibernate.sql.ast.spi with parameters of type FromClauseModifier and TypeMethodDescriptionprotected static boolean
AbstractSqlAstTranslator.hasNonTrivialFromClause
(FromClause fromClause) protected void
AbstractSqlAstTranslator.renderFromClauseSpaces
(FromClause fromClause) void
AbstractSqlAstTranslator.visitFromClause
(FromClause fromClause) void
AbstractSqlAstWalker.visitFromClause
(FromClause fromClause) void
AggregateFunctionChecker.visitFromClause
(FromClause fromClause) void
ExpressionReplacementWalker.visitFromClause
(FromClause fromClause) -
Uses of FromClause in org.hibernate.sql.ast.tree
Methods in org.hibernate.sql.ast.tree that return FromClauseConstructors in org.hibernate.sql.ast.tree with parameters of type FromClauseModifierConstructorDescriptionAbstractUpdateOrDeleteStatement
(CteContainer cteContainer, NamedTableReference targetTable, FromClause fromClause, Predicate restriction, List<ColumnReference> returningColumns) AbstractUpdateOrDeleteStatement
(NamedTableReference targetTable, FromClause fromClause, Predicate restriction) AbstractUpdateOrDeleteStatement
(NamedTableReference targetTable, FromClause fromClause, Predicate restriction, List<ColumnReference> returningColumns) -
Uses of FromClause in org.hibernate.sql.ast.tree.delete
Constructors in org.hibernate.sql.ast.tree.delete with parameters of type FromClauseModifierConstructorDescriptionDeleteStatement
(CteContainer cteContainer, NamedTableReference targetTable, FromClause fromClause, Predicate restriction, List<ColumnReference> returningColumns) DeleteStatement
(NamedTableReference targetTable, FromClause fromClause, Predicate restriction) DeleteStatement
(NamedTableReference targetTable, FromClause fromClause, Predicate restriction, List<ColumnReference> returningColumns) -
Uses of FromClause in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return FromClause -
Uses of FromClause in org.hibernate.sql.ast.tree.update
Constructors in org.hibernate.sql.ast.tree.update with parameters of type FromClauseModifierConstructorDescriptionUpdateStatement
(CteContainer cteContainer, NamedTableReference targetTable, FromClause fromClause, List<Assignment> assignments, Predicate restriction, List<ColumnReference> returningColumns) UpdateStatement
(NamedTableReference targetTable, FromClause fromClause, List<Assignment> assignments, Predicate restriction) UpdateStatement
(NamedTableReference targetTable, FromClause fromClause, List<Assignment> assignments, Predicate restriction, List<ColumnReference> returningColumns)