Uses of Class
org.hibernate.test.annotations.engine.collection.Son

Packages that use Son
org.hibernate.test.annotations.engine.collection   
 

Uses of Son in org.hibernate.test.annotations.engine.collection
 

Methods in org.hibernate.test.annotations.engine.collection that return types with arguments of type Son
 List<Son> Father.getOrderedSons()
           
 Set<Son> Mother.getSons()
           
 

Method parameters in org.hibernate.test.annotations.engine.collection with type arguments of type Son
 void Father.setOrderedSons(List<Son> orderedSons)
           
 void Mother.setSons(Set<Son> sons)
           
 



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