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

Packages that use Product
org.hibernate.test.cid   
 

Uses of Product in org.hibernate.test.cid
 

Methods in org.hibernate.test.cid that return Product
 Product LineItem.getProduct()
           
 

Methods in org.hibernate.test.cid with parameters of type Product
 LineItem Order.generateLineItem(Product product, int quantity)
           
 void LineItem.setProduct(Product product)
           
 

Constructors in org.hibernate.test.cid with parameters of type Product
LineItem(Order o, Product p)
           
 



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