Uses of Class
org.hibernate.annotations.OrderBy

Packages that use OrderBy
org.hibernate.cfg.annotations   
org.hibernate.ejb.test.cascade   
org.hibernate.test.annotations.onetomany   
 

Uses of OrderBy in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type OrderBy
 void CollectionBinder.setSqlOrderBy(OrderBy orderByAnn)
           
 void SetBinder.setSqlOrderBy(OrderBy orderByAnn)
           
 void ListBinder.setSqlOrderBy(OrderBy orderByAnn)
           
 

Uses of OrderBy in org.hibernate.ejb.test.cascade
 

Methods in org.hibernate.ejb.test.cascade with annotations of type OrderBy
 Set<Soldier> Troop.getSoldiers()
           
 

Uses of OrderBy in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany with annotations of type OrderBy
 Set<Soldier> Troop.getSoldiers()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.