类的使用
org.hibernate.criterion.Order
-
使用Order的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.criterion A framework for defining restriction criteria and order criteria.org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中Order的使用
参数类型为Order的org.hibernate中的方法 修饰符和类型 方法 说明 CriteriaCriteria. addOrder(Order order)Add anorderingto the result set. -
org.hibernate.criterion中Order的使用
返回Order的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 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?OrderOrder. nulls(NullPrecedence nullPrecedence)Defines precedence for nulls.参数类型为Order的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 DetachedCriteriaDetachedCriteria. addOrder(Order order)Adds an ordering -
org.hibernate.internal中Order的使用
返回Order的org.hibernate.internal中的方法 修饰符和类型 方法 说明 OrderCriteriaImpl.OrderEntry. getOrder()参数类型为Order的org.hibernate.internal中的方法 修饰符和类型 方法 说明 CriteriaCriteriaImpl. addOrder(Order ordering)CriteriaCriteriaImpl.Subcriteria. addOrder(Order order)
-