Uses of Class
org.hibernate.testing.orm.domain.retail.Vendor
-
Packages that use Vendor Package Description org.hibernate.testing.orm.domain.retail -
-
Uses of Vendor in org.hibernate.testing.orm.domain.retail
Subclasses of Vendor in org.hibernate.testing.orm.domain.retail Modifier and Type Class Description classDomesticVendorclassForeignVendorMethods in org.hibernate.testing.orm.domain.retail that return Vendor Modifier and Type Method Description VendorProduct. getVendor()Methods in org.hibernate.testing.orm.domain.retail with parameters of type Vendor Modifier and Type Method Description voidProduct. setVendor(Vendor vendor)Constructors in org.hibernate.testing.orm.domain.retail with parameters of type Vendor Constructor Description Product(Integer id, UUID sku, Vendor vendor)Product(Integer id, UUID sku, Vendor vendor, javax.money.MonetaryAmount currentSellPrice)
-