Uses of Interface
org.hibernate.query.criteria.JpaCteCriteriaAttribute
-
Packages that use JpaCteCriteriaAttribute Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith additional functionality by registering aService.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree. -
-
Uses of JpaCteCriteriaAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCteCriteriaAttribute Modifier and Type Method Description JpaCteCriteriaAttributeJpaCteCriteriaType. getAttribute(String name)Returns the found attribute or null.JpaCteCriteriaAttributeJpaSearchOrder. getAttribute()Return the CTE attribute that is used for ordering.Methods in org.hibernate.query.criteria that return types with arguments of type JpaCteCriteriaAttribute Modifier and Type Method Description List<JpaCteCriteriaAttribute>JpaCteCriteriaType. getAttributes()The attributes of the CTE type.List<JpaCteCriteriaAttribute>JpaCteCriteria. getCycleAttributes()The attributes to use for cycle detection.Methods in org.hibernate.query.criteria with parameters of type JpaCteCriteriaAttribute Modifier and Type Method Description JpaSearchOrderHibernateCriteriaBuilder. asc(JpaCteCriteriaAttribute x)Create a search ordering by the ascending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. asc(JpaCteCriteriaAttribute x, boolean nullsFirst)Create a search ordering by the ascending value of the CTE attribute.default voidJpaCteCriteria. cycle(String cycleMarkAttributeName, JpaCteCriteriaAttribute... cycleColumns)default <X> voidJpaCteCriteria. cycle(String cycleMarkAttributeName, X cycleValue, X noCycleValue, JpaCteCriteriaAttribute... cycleColumns)default voidJpaCteCriteria. cycleUsing(String cycleMarkAttributeName, String cyclePathAttributeName, JpaCteCriteriaAttribute... cycleColumns)default <X> voidJpaCteCriteria. cycleUsing(String cycleMarkAttributeName, String cyclePathAttributeName, X cycleValue, X noCycleValue, JpaCteCriteriaAttribute... cycleColumns)JpaSearchOrderHibernateCriteriaBuilder. desc(JpaCteCriteriaAttribute x)Create a search ordering by the descending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. desc(JpaCteCriteriaAttribute x, boolean nullsFirst)Create a search ordering by the descending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute)Create a search ordering based on the ascending value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder)Create a search ordering based on the sort order of the value of the CTE attribute.JpaSearchOrderHibernateCriteriaBuilder. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder, NullPrecedence nullPrecedence)Create a search ordering based on the sort order and null precedence of the value of the CTE attribute.Method parameters in org.hibernate.query.criteria with type arguments of type JpaCteCriteriaAttribute Modifier and Type Method Description default voidJpaCteCriteria. cycle(String cycleMarkAttributeName, List<JpaCteCriteriaAttribute> cycleColumns)default <X> voidJpaCteCriteria. cycle(String cycleMarkAttributeName, X cycleValue, X noCycleValue, List<JpaCteCriteriaAttribute> cycleColumns)default voidJpaCteCriteria. cycleUsing(String cycleMarkAttributeName, String cyclePathAttributeName, List<JpaCteCriteriaAttribute> cycleColumns)<X> voidJpaCteCriteria. cycleUsing(String cycleMarkAttributeName, String cyclePathAttributeName, X cycleValue, X noCycleValue, List<JpaCteCriteriaAttribute> cycleColumns) -
Uses of JpaCteCriteriaAttribute in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type JpaCteCriteriaAttribute Modifier and Type Method Description JpaSearchOrderHibernateCriteriaBuilderDelegate. asc(JpaCteCriteriaAttribute x)JpaSearchOrderHibernateCriteriaBuilderDelegate. asc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderHibernateCriteriaBuilderDelegate. desc(JpaCteCriteriaAttribute x)JpaSearchOrderHibernateCriteriaBuilderDelegate. desc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder)JpaSearchOrderHibernateCriteriaBuilderDelegate. search(JpaCteCriteriaAttribute cteAttribute, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of JpaCteCriteriaAttribute in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type JpaCteCriteriaAttribute Modifier and Type Method Description JpaSearchOrderSqmCriteriaNodeBuilder. asc(JpaCteCriteriaAttribute x)JpaSearchOrderSqmCriteriaNodeBuilder. asc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderSqmCriteriaNodeBuilder. desc(JpaCteCriteriaAttribute x)JpaSearchOrderSqmCriteriaNodeBuilder. desc(JpaCteCriteriaAttribute x, boolean nullsFirst)JpaSearchOrderSqmCriteriaNodeBuilder. search(JpaCteCriteriaAttribute sortExpression)JpaSearchOrderSqmCriteriaNodeBuilder. search(JpaCteCriteriaAttribute sortExpression, SortOrder sortOrder)JpaSearchOrderSqmCriteriaNodeBuilder. search(JpaCteCriteriaAttribute sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of JpaCteCriteriaAttribute in org.hibernate.query.sqm.sql
Method parameters in org.hibernate.query.sqm.sql with type arguments of type JpaCteCriteriaAttribute Modifier and Type Method Description protected List<CteColumn>BaseSqmToSqlAstConverter. visitCycleColumns(CteTable cteTable, List<JpaCteCriteriaAttribute> cycleColumns) -
Uses of JpaCteCriteriaAttribute in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement JpaCteCriteriaAttribute Modifier and Type Class Description classSqmCteTableColumnMethods in org.hibernate.query.sqm.tree.cte that return JpaCteCriteriaAttribute Modifier and Type Method Description JpaCteCriteriaAttributeSqmCteTable. getAttribute(String name)JpaCteCriteriaAttributeSqmSearchClauseSpecification. getAttribute()Methods in org.hibernate.query.sqm.tree.cte that return types with arguments of type JpaCteCriteriaAttribute Modifier and Type Method Description List<JpaCteCriteriaAttribute>SqmCteTable. getAttributes()List<JpaCteCriteriaAttribute>SqmCteStatement. getCycleAttributes()Method parameters in org.hibernate.query.sqm.tree.cte with type arguments of type JpaCteCriteriaAttribute Modifier and Type Method Description <X> voidSqmCteStatement. cycleUsing(String cycleMarkAttributeName, String cyclePathAttributeName, X cycleValue, X noCycleValue, List<JpaCteCriteriaAttribute> cycleAttributes)
-