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.mutation.internal.cte
Method parameters in org.hibernate.query.sqm.mutation.internal.cte with type arguments of type CteColumnModifier and TypeMethodDescriptionprotected StringCteInsertHandler.addDmlCtes(CteContainer statement, CteStatement queryCte, List<Map.Entry<List<CteColumn>, Assignment>> assignments, boolean assignsId, MultiTableSqmMutationConverter sqmConverter, SessionFactoryImplementor factory) static CteTableCteInsertHandler.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 CteColumnBaseSqmToSqlAstConverter.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 voidBaseSqmToSqlAstConverter.forEachCteColumn(CteTable cteTable, SqmCteTableColumn cteColumn, Consumer<CteColumn> consumer) -
Uses of CteColumn in org.hibernate.query.sqm.tuple.internal
Methods in org.hibernate.query.sqm.tuple.internal that return types with arguments of type CteColumn -
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 voidCteTable.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, 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