Uses of Class
org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
Packages that use SearchClauseSpecification
Package
Description
Package for the translation of SQM into SQL AST
Support for common table expressions (CTE) in a SQL tree.
-
Uses of SearchClauseSpecification in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return types with arguments of type SearchClauseSpecificationModifier and TypeMethodDescriptionprotected List<SearchClauseSpecification>
BaseSqmToSqlAstConverter.visitSearchBySpecifications
(CteTable cteTable, List<JpaSearchOrder> searchBySpecifications) -
Uses of SearchClauseSpecification in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return types with arguments of type SearchClauseSpecificationConstructor parameters in org.hibernate.sql.ast.tree.cte with type arguments of type SearchClauseSpecificationModifierConstructorDescriptionCteStatement
(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization, CteSearchClauseKind searchClauseKind, List<SearchClauseSpecification> searchBySpecifications, CteColumn searchColumn, List<CteColumn> cycleColumns, CteColumn cycleMarkColumn, CteColumn cyclePathColumn, Literal cycleValue, Literal noCycleValue)