Uses of Class
org.hibernate.test.mapcompelem.Product

Packages that use Product
org.hibernate.test.mapcompelem   
 

Uses of Product in org.hibernate.test.mapcompelem
 

Methods in org.hibernate.test.mapcompelem that return Product
 Product Item.getProduct()
           
 

Methods in org.hibernate.test.mapcompelem with parameters of type Product
 void Item.setProduct(Product product)
           
 

Constructors in org.hibernate.test.mapcompelem with parameters of type Product
Item(String code, Product p)
           
 



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