Uses of Class
org.hibernate.test.annotations.manytomany.Store

Packages that use Store
org.hibernate.test.annotations.manytomany   
 

Uses of Store in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany that return types with arguments of type Store
 Set<Store> KnownClient.getStores()
           
 Set<Store> Supplier.getSuppStores()
           
 

Method parameters in org.hibernate.test.annotations.manytomany with type arguments of type Store
 void KnownClient.setStores(Set<Store> stores)
           
 void Supplier.setSuppStores(Set<Store> suppStores)
           
 



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