Uses of Interface
jakarta.persistence.criteria.Order
Packages that use Order
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing expressions in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of Order in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return OrderModifier and TypeMethodDescriptionCriteriaBuilder.asc(Expression<?> x) Create an ordering by the ascending value of the expression.CriteriaBuilder.desc(Expression<?> x) Create an ordering by the descending value of the expression.Order.reverse()Switch the ordering.Methods in jakarta.persistence.criteria that return types with arguments of type OrderModifier and TypeMethodDescriptionCriteriaQuery.getOrderList()Return the ordering expressions in order of precedence.Methods in jakarta.persistence.criteria with parameters of type OrderModifier and TypeMethodDescriptionSpecify the ordering expressions that are used to order the query results.Method parameters in jakarta.persistence.criteria with type arguments of type OrderModifier and TypeMethodDescriptionSpecify the ordering expressions that are used to order the query results. -
Uses of Order in org.hibernate.query.criteria
Subinterfaces of Order in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria that return types with arguments of type OrderModifier and TypeMethodDescriptionCriteriaDefinition.getOrderList()JpaCriteriaQuery.getOrderList()Methods in org.hibernate.query.criteria with parameters of type OrderModifier and TypeMethodDescriptionAdd order by expressions to the window.Method parameters in org.hibernate.query.criteria with type arguments of type OrderModifier and TypeMethodDescription -
Uses of Order in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type Order -
Uses of Order in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement OrderMethods in org.hibernate.query.sqm.tree.select with parameters of type OrderModifier and TypeMethodDescriptionMethod parameters in org.hibernate.query.sqm.tree.select with type arguments of type OrderModifier and TypeMethodDescription