Uses of Class
org.hibernate.sql.ast.tree.cte.CteColumn
Packages that use CteColumn
Package
Description
Package for the translation of SQM into SQL AST
Support for common table expressions (CTE) in a SQL tree.
-
Uses of CteColumn in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return CteColumnModifier and TypeMethodDescriptionprotected CteColumn
BaseSqmToSqlAstConverter.createCteColumn
(String cteColumn, JdbcMapping jdbcMapping) Methods in org.hibernate.query.sqm.sql that return types with arguments of type CteColumnModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitCycleColumns
(CteTable cteTable, List<JpaCteCriteriaAttribute> cycleColumns) Method parameters in org.hibernate.query.sqm.sql with type arguments of type CteColumnModifier and TypeMethodDescriptionprotected void
BaseSqmToSqlAstConverter.forEachCteColumn
(CteTable cteTable, SqmCteTableColumn cteColumn, Consumer<CteColumn> consumer) -
Uses of CteColumn in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return CteColumnModifier and TypeMethodDescriptionSearchClauseSpecification.getCteColumn()
CteStatement.getCycleMarkColumn()
CteStatement.getCyclePathColumn()
CteStatement.getSearchColumn()
Methods in org.hibernate.sql.ast.tree.cte that return types with arguments of type CteColumnModifier and TypeMethodDescriptionCteTable.findCteColumns
(ModelPart modelPart) CteTable.getCteColumns()
CteStatement.getCycleColumns()
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type CteColumnModifierConstructorDescriptionCteStatement
(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization, CteSearchClauseKind searchClauseKind, List<SearchClauseSpecification> searchBySpecifications, CteColumn searchColumn, List<CteColumn> cycleColumns, CteColumn cycleMarkColumn, CteColumn cyclePathColumn, Literal cycleValue, Literal noCycleValue) SearchClauseSpecification
(CteColumn cteColumn, SortDirection sortOrder, Nulls nullPrecedence) SearchClauseSpecification
(CteColumn cteColumn, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.hibernate.sql.ast.tree.cte with type arguments of type CteColumn
SearchClauseSpecification(CteColumn,SortDirection,Nulls)
instead