Uses of Class
org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
Packages that use SqmCteTableColumn
Package
Description
Package for the translation of SQM into SQL AST
Nodes representing common table expressions (CTE) in the SQM tree.
-
Uses of SqmCteTableColumn in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCteTableColumnModifier and TypeMethodDescriptionprotected void
BaseSqmToSqlAstConverter.forEachCteColumn
(CteTable cteTable, SqmCteTableColumn cteColumn, Consumer<CteColumn> consumer) -
Uses of SqmCteTableColumn in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte that return SqmCteTableColumnMethods in org.hibernate.query.sqm.tree.cte that return types with arguments of type SqmCteTableColumnConstructors in org.hibernate.query.sqm.tree.cte with parameters of type SqmCteTableColumnModifierConstructorDescriptionSqmSearchClauseSpecification
(SqmCteTableColumn cteColumn, SortDirection sortOrder, NullPrecedence nullPrecedence)