| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.retail |
| Modifier and Type | Class and Description |
|---|---|
class |
DomesticVendor |
class |
ForeignVendor |
| Modifier and Type | Method and Description |
|---|---|
Vendor |
Product.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setVendor(Vendor vendor) |
| Constructor and Description |
|---|
Product(Integer id,
UUID sku,
Vendor vendor) |
Product(Integer id,
UUID sku,
Vendor vendor,
javax.money.MonetaryAmount currentSellPrice) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.