Uses of Class
org.hibernate.test.annotations.indexcoll.Drawer

Packages that use Drawer
org.hibernate.test.annotations.indexcoll   
 

Uses of Drawer in org.hibernate.test.annotations.indexcoll
 

Methods in org.hibernate.test.annotations.indexcoll that return types with arguments of type Drawer
 List<Drawer> Wardrobe.getDrawers()
          unidirectional one to many list with non null foreign key (mapping not recommended).
 

Method parameters in org.hibernate.test.annotations.indexcoll with type arguments of type Drawer
 void Wardrobe.setDrawers(List<Drawer> drawers)
           
 



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