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 org.hibernate.testing.orm.domain.gambit -
-
Uses of OrderBy in org.hibernate.annotations
Methods in org.hibernate.annotations that return OrderBy Modifier and Type Method Description OrderBy
override()
-
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 void
CollectionBinder. setSqlOrderBy(OrderBy sqlOrderBy)
void
ListBinder. setSqlOrderBy(OrderBy orderByAnn)
void
SetBinder. setSqlOrderBy(OrderBy orderByAnn)
-
Uses of OrderBy in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit with annotations of type OrderBy Modifier and Type Method Description Map<String,SimpleComponent>
EntityOfMaps. getComponentByBasicOrdered()
-