Uses of Class
org.hibernate.annotations.OrderBy
-
Packages that use OrderBy Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of OrderBy in org.hibernate.annotations
Methods in org.hibernate.annotations that return OrderBy Modifier and Type Method Description OrderByoverride()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrderBy in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type OrderBy Modifier and Type Method Description voidCollectionBinder. setSqlOrderBy(OrderBy sqlOrderBy)voidListBinder. setSqlOrderBy(OrderBy orderByAnn)voidSetBinder. setSqlOrderBy(OrderBy orderByAnn)
-