Uses of Class
org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
-
Packages that use SearchClauseSpecification Package Description org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.tree.cte 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 SearchClauseSpecification Modifier and Type Method Description protected 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 SearchClauseSpecification Modifier and Type Method Description List<SearchClauseSpecification>
CteStatement. getSearchBySpecifications()
Constructor parameters in org.hibernate.sql.ast.tree.cte with type arguments of type SearchClauseSpecification Constructor Description CteStatement(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization, CteSearchClauseKind searchClauseKind, List<SearchClauseSpecification> searchBySpecifications, CteColumn searchColumn, List<CteColumn> cycleColumns, CteColumn cycleMarkColumn, CteColumn cyclePathColumn, Literal cycleValue, Literal noCycleValue)
-