Uses of Class
org.hibernate.sql.ast.Clause
-
Packages that use Clause Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of Clause in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type Clause Modifier and Type Method Description SqlTuple
AbstractCompositeIdentifierMapping. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
-
Uses of Clause in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type Clause Modifier and Type Method Description SqlTuple
EmbeddableValuedModelPart. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
-
Uses of Clause in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type Clause Modifier and Type Method Description SqlTuple
EmbeddedAttributeMapping. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
SqlTuple
EmbeddedCollectionPart. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
SqlTuple
InverseNonAggregatedIdentifierMapping. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
SqlTuple
NonAggregatedIdentifierMappingImpl. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
-
Uses of Clause in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type Clause Modifier and Type Method Description SqlTuple
AnonymousTupleEmbeddableValuedModelPart. toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState)
-
Uses of Clause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return types with arguments of type Clause Modifier and Type Method Description Stack<Clause>
BaseSqmToSqlAstConverter. getCurrentClauseStack()
Stack<Clause>
FakeSqmToSqlAstConverter. getCurrentClauseStack()
Stack<Clause>
SqmToSqlAstConverter. getCurrentClauseStack()
-
Uses of Clause in org.hibernate.query.sqm.sql.internal
Constructor parameters in org.hibernate.query.sqm.sql.internal with type arguments of type Clause Constructor Description SqlAstProcessingStateImpl(SqlAstProcessingState parentState, SqlAstCreationState creationState, Function<SqlExpressionResolver,SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess)
SqlAstProcessingStateImpl(SqlAstProcessingState parentState, SqlAstCreationState creationState, Supplier<Clause> currentClauseAccess)
SqlAstQueryPartProcessingStateImpl(QueryPart queryPart, SqlAstProcessingState parent, SqlAstCreationState creationState, Function<SqlExpressionResolver,SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess, boolean deduplicateSelectionItems)
SqlAstQueryPartProcessingStateImpl(QueryPart queryPart, SqlAstProcessingState parent, SqlAstCreationState creationState, Supplier<Clause> currentClauseAccess, boolean deduplicateSelectionItems)
-
Uses of Clause in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return Clause Modifier and Type Method Description static Clause
Clause. valueOf(String name)
Returns the enum constant of this type with the specified name.static Clause[]
Clause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.sql.ast that return types with arguments of type Clause Modifier and Type Method Description Stack<Clause>
SqlAstTranslator. getCurrentClauseStack()
-
Uses of Clause in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return types with arguments of type Clause Modifier and Type Method Description protected Stack<Clause>
AbstractSqlAstTranslator. getClauseStack()
Stack<Clause>
AbstractSqlAstTranslator. getCurrentClauseStack()
Methods in org.hibernate.sql.ast.spi with parameters of type Clause Modifier and Type Method Description protected boolean
AbstractSqlAstTranslator. rendersTableReferenceAlias(Clause clause)
Method parameters in org.hibernate.sql.ast.spi with type arguments of type Clause Modifier and Type Method Description protected void
AbstractSqlAstTranslator. renderSetClause(UpdateStatement statement, Stack<Clause> clauseStack)
-