Uses of Interface
org.hibernate.query.criteria.JpaSearchOrder
Packages that use JpaSearchOrder
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 JpaSearchOrder in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaSearchOrderModifier 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.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.JpaSearchOrder.nullPrecedence
(NullPrecedence precedence) Set the precedence of nulls for this search order elementJpaSearchOrder.reverse()
Switch the ordering.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.Methods in org.hibernate.query.criteria that return types with arguments of type JpaSearchOrderModifier and TypeMethodDescriptionJpaCteCriteria.getSearchBySpecifications()
The order by which should be searched.Methods in org.hibernate.query.criteria with parameters of type JpaSearchOrderModifier and TypeMethodDescriptiondefault void
JpaCteCriteria.search
(CteSearchClauseKind kind, String searchAttributeName, JpaSearchOrder... searchOrders) Method parameters in org.hibernate.query.criteria with type arguments of type JpaSearchOrderModifier and TypeMethodDescriptionvoid
JpaCteCriteria.search
(CteSearchClauseKind kind, String searchAttributeName, List<JpaSearchOrder> searchOrders) -
Uses of JpaSearchOrder in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaSearchOrderModifier 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 JpaSearchOrder in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaSearchOrderModifier 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 JpaSearchOrder in org.hibernate.query.sqm.sql
Method parameters in org.hibernate.query.sqm.sql with type arguments of type JpaSearchOrderModifier and TypeMethodDescriptionprotected List<SearchClauseSpecification>
BaseSqmToSqlAstConverter.visitSearchBySpecifications
(CteTable cteTable, List<JpaSearchOrder> searchBySpecifications) -
Uses of JpaSearchOrder in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement JpaSearchOrderMethods in org.hibernate.query.sqm.tree.cte that return JpaSearchOrderModifier and TypeMethodDescriptionSqmSearchClauseSpecification.nullPrecedence
(NullPrecedence precedence) SqmSearchClauseSpecification.reverse()
Methods in org.hibernate.query.sqm.tree.cte that return types with arguments of type JpaSearchOrderMethod parameters in org.hibernate.query.sqm.tree.cte with type arguments of type JpaSearchOrderModifier and TypeMethodDescriptionvoid
SqmCteStatement.search
(CteSearchClauseKind kind, String searchAttributeName, List<JpaSearchOrder> searchOrders)