Uses of Interface
org.hibernate.query.criteria.JpaCteCriteriaAttribute
Packages that use JpaCteCriteriaAttribute
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.Package for the SQM-backed Query implementation details
Package for the translation of SQM into SQL AST
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 JpaCteCriteriaAttributeModifier and TypeMethodDescriptionJpaCteCriteriaType.getAttribute
(String name) Returns the found attribute or null.JpaSearchOrder.getAttribute()
Return the CTE attribute that is used for ordering.Methods in org.hibernate.query.criteria that return types with arguments of type JpaCteCriteriaAttributeModifier and TypeMethodDescriptionJpaCteCriteriaType.getAttributes()
The attributes of the CTE type.JpaCteCriteria.getCycleAttributes()
The attributes to use for cycle detection.Methods in org.hibernate.query.criteria with parameters of type JpaCteCriteriaAttributeModifier and TypeMethodDescriptionHibernateCriteriaBuilder.asc
(JpaCteCriteriaAttribute x) Create a search ordering by the ascending value of the CTE attribute.HibernateCriteriaBuilder.asc
(JpaCteCriteriaAttribute x, boolean nullsFirst) Create a search ordering by the ascending value of the CTE attribute.default void
JpaCteCriteria.cycle
(String cycleMarkAttributeName, JpaCteCriteriaAttribute... cycleColumns) default <X> void
JpaCteCriteria.cycle
(String cycleMarkAttributeName, X cycleValue, X noCycleValue, JpaCteCriteriaAttribute... cycleColumns) default void
JpaCteCriteria.cycleUsing
(String cycleMarkAttributeName, String cyclePathAttributeName, JpaCteCriteriaAttribute... cycleColumns) default <X> void
JpaCteCriteria.cycleUsing
(String cycleMarkAttributeName, String cyclePathAttributeName, X cycleValue, X noCycleValue, JpaCteCriteriaAttribute... cycleColumns) HibernateCriteriaBuilder.desc
(JpaCteCriteriaAttribute x) Create a search ordering by the descending value of the CTE attribute.HibernateCriteriaBuilder.desc
(JpaCteCriteriaAttribute x, boolean nullsFirst) Create a search ordering by the descending value of the CTE attribute.HibernateCriteriaBuilder.search
(JpaCteCriteriaAttribute cteAttribute) Create a search ordering based on the ascending value of the CTE attribute.HibernateCriteriaBuilder.search
(JpaCteCriteriaAttribute cteAttribute, SortDirection sortOrder) Create a search ordering based on the sort order of the value of the CTE attribute.HibernateCriteriaBuilder.search
(JpaCteCriteriaAttribute cteAttribute, SortDirection 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 JpaCteCriteriaAttributeModifier and TypeMethodDescriptiondefault void
JpaCteCriteria.cycle
(String cycleMarkAttributeName, List<JpaCteCriteriaAttribute> cycleColumns) default <X> void
JpaCteCriteria.cycle
(String cycleMarkAttributeName, X cycleValue, X noCycleValue, List<JpaCteCriteriaAttribute> cycleColumns) default void
JpaCteCriteria.cycleUsing
(String cycleMarkAttributeName, String cyclePathAttributeName, List<JpaCteCriteriaAttribute> cycleColumns) <X> void
JpaCteCriteria.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 JpaCteCriteriaAttributeModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.asc
(JpaCteCriteriaAttribute x) HibernateCriteriaBuilderDelegate.asc
(JpaCteCriteriaAttribute x, boolean nullsFirst) HibernateCriteriaBuilderDelegate.desc
(JpaCteCriteriaAttribute x) HibernateCriteriaBuilderDelegate.desc
(JpaCteCriteriaAttribute x, boolean nullsFirst) HibernateCriteriaBuilderDelegate.search
(JpaCteCriteriaAttribute cteAttribute) HibernateCriteriaBuilderDelegate.search
(JpaCteCriteriaAttribute cteAttribute, SortDirection sortOrder) HibernateCriteriaBuilderDelegate.search
(JpaCteCriteriaAttribute cteAttribute, SortDirection sortOrder, NullPrecedence nullPrecedence) -
Uses of JpaCteCriteriaAttribute in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type JpaCteCriteriaAttributeModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.asc
(JpaCteCriteriaAttribute x) SqmCriteriaNodeBuilder.asc
(JpaCteCriteriaAttribute x, boolean nullsFirst) SqmCriteriaNodeBuilder.desc
(JpaCteCriteriaAttribute x) SqmCriteriaNodeBuilder.desc
(JpaCteCriteriaAttribute x, boolean nullsFirst) SqmCriteriaNodeBuilder.search
(JpaCteCriteriaAttribute sortExpression) SqmCriteriaNodeBuilder.search
(JpaCteCriteriaAttribute sortExpression, SortDirection sortOrder) SqmCriteriaNodeBuilder.search
(JpaCteCriteriaAttribute sortExpression, SortDirection 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 JpaCteCriteriaAttributeModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.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 JpaCteCriteriaAttributeMethods in org.hibernate.query.sqm.tree.cte that return JpaCteCriteriaAttributeModifier and TypeMethodDescriptionSqmCteTable.getAttribute
(String name) SqmSearchClauseSpecification.getAttribute()
Methods in org.hibernate.query.sqm.tree.cte that return types with arguments of type JpaCteCriteriaAttributeModifier and TypeMethodDescriptionSqmCteTable.getAttributes()
SqmCteStatement.getCycleAttributes()
Method parameters in org.hibernate.query.sqm.tree.cte with type arguments of type JpaCteCriteriaAttributeModifier and TypeMethodDescription<X> void
SqmCteStatement.cycleUsing
(String cycleMarkAttributeName, String cyclePathAttributeName, X cycleValue, X noCycleValue, List<JpaCteCriteriaAttribute> cycleAttributes)