Uses of Enum Class
org.hibernate.sql.ast.Clause
Packages that use Clause
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Package for the translation of SQM into SQL AST
Package defining a SQL AST for use in generation of SQL.
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 ClauseModifier and TypeMethodDescriptionAbstractCompositeIdentifierMapping.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 ClauseModifier and TypeMethodDescriptionEmbeddableValuedModelPart.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 ClauseModifier and TypeMethodDescriptionEmbeddedAttributeMapping.toSqlExpression
(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState) EmbeddedCollectionPart.toSqlExpression
(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState) InverseNonAggregatedIdentifierMapping.toSqlExpression
(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState) 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 ClauseModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.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 ClauseModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getCurrentClauseStack()
FakeSqmToSqlAstConverter.getCurrentClauseStack()
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 ClauseModifierConstructorDescriptionAbstractSqlAstQueryNodeProcessingStateImpl
(SqlAstProcessingState parent, SqlAstCreationState creationState, Function<SqlExpressionResolver, SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess) AbstractSqlAstQueryNodeProcessingStateImpl
(SqlAstProcessingState parent, SqlAstCreationState creationState, Supplier<Clause> currentClauseAccess) SqlAstProcessingStateImpl
(SqlAstProcessingState parentState, SqlAstCreationState creationState, Function<SqlExpressionResolver, SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess) SqlAstProcessingStateImpl
(SqlAstProcessingState parentState, SqlAstCreationState creationState, Supplier<Clause> currentClauseAccess) SqlAstQueryNodeProcessingStateImpl
(FromClause fromClause, SqlAstProcessingState parent, SqlAstCreationState creationState, Function<SqlExpressionResolver, SqlExpressionResolver> expressionResolverDecorator, Supplier<Clause> currentClauseAccess) SqlAstQueryNodeProcessingStateImpl
(FromClause fromClause, SqlAstProcessingState parent, 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 ClauseModifier and TypeMethodDescriptionstatic Clause
Returns the enum constant of this class with the specified name.static Clause[]
Clause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.sql.ast that return types with arguments of type Clause -
Uses of Clause in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return types with arguments of type ClauseModifier and TypeMethodDescriptionAbstractSqlAstTranslator.getClauseStack()
AbstractSqlAstTranslator.getCurrentClauseStack()