Uses of Class
org.hibernate.annotations.OrderBy
-
Packages that use OrderBy Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.cfg.annotations -
-
Uses of OrderBy in org.hibernate.annotations
Methods in org.hibernate.annotations that return OrderBy Modifier and Type Method Description OrderByoverride() -
Uses of OrderBy in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type OrderBy Modifier and Type Method Description voidCollectionBinder. setSqlOrderBy(OrderBy sqlOrderBy)voidListBinder. setSqlOrderBy(OrderBy orderByAnn)voidSetBinder. setSqlOrderBy(OrderBy orderByAnn)
-