Uses of Class
org.hibernate.test.annotations.onetomany.Model

Packages that use Model
org.hibernate.test.annotations.onetomany   
 

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

Methods in org.hibernate.test.annotations.onetomany that return types with arguments of type Model
 Set<Model> Manufacturer.getModels()
           
 

Method parameters in org.hibernate.test.annotations.onetomany with type arguments of type Model
 void Manufacturer.setModels(Set<Model> models)
           
 



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