Uses of Class
org.hibernate.testing.orm.domain.retail.Product
-
Packages that use Product Package Description org.hibernate.testing.orm.domain.retail -
-
Uses of Product in org.hibernate.testing.orm.domain.retail
Methods in org.hibernate.testing.orm.domain.retail that return Product Modifier and Type Method Description ProductLineItem. getProduct()Methods in org.hibernate.testing.orm.domain.retail with parameters of type Product Modifier and Type Method Description voidLineItem. setProduct(Product product)Constructors in org.hibernate.testing.orm.domain.retail with parameters of type Product Constructor Description LineItem(Integer id, Product product, int quantity, javax.money.MonetaryAmount subTotal, Order order)
-