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.derived
Methods in org.hibernate.query.derived that return types with arguments of type CteColumn -
Uses of CteColumn in org.hibernate.query.sqm.mutation.internal.cte
Method parameters in org.hibernate.query.sqm.mutation.internal.cte with type arguments of type CteColumnModifier and TypeMethodDescriptionprotected String
CteInsertHandler.addDmlCtes
(CteContainer statement, CteStatement queryCte, List<Map.Entry<List<CteColumn>, Assignment>> assignments, boolean assignsId, MultiTableSqmMutationConverter sqmConverter, SessionFactoryImplementor factory) static CteTable
CteInsertHandler.createCteTable
(CteTable sqmCteTable, List<CteColumn> sqmCteColumns) -
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 CteColumnMethod parameters in org.hibernate.sql.ast.tree.cte with type arguments of type CteColumnModifier and TypeMethodDescriptionstatic void
CteTable.forEachCteColumn
(String prefix, ModelPart modelPart, Consumer<CteColumn> consumer) 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.Constructor parameters in org.hibernate.sql.ast.tree.cte with type arguments of type CteColumn
SearchClauseSpecification(CteColumn,SortDirection,Nulls)
instead