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