Uses of Class
org.hibernate.criterion.Order
-
Packages that use Order Package Description org.hibernate org.hibernate.criterion -
-
Uses of Order in org.hibernate
Methods in org.hibernate with parameters of type Order Modifier and Type Method Description CriteriaCriteria. addOrder(Order order)Add anorderingto the result set. -
Uses of Order in org.hibernate.criterion
Methods in org.hibernate.criterion that return Order Modifier and Type Method Description static OrderOrder. asc(String propertyName)Ascending orderOrderProperty. asc()Creates an ascending ordering for this propertystatic OrderOrder. desc(String propertyName)Descending order.OrderProperty. desc()Creates a descending ordering for this propertyOrderOrder. ignoreCase()Should this ordering ignore case? Has no effect on non-character properties.OrderOrder. nulls(NullPrecedence nullPrecedence)Defines precedence for nulls.Methods in org.hibernate.criterion with parameters of type Order Modifier and Type Method Description DetachedCriteriaDetachedCriteria. addOrder(Order order)Adds an ordering
-