| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.retail |
| Modifier and Type | Class and Description |
|---|---|
class |
DomesticVendor |
class |
ForeignVendor |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<Vendor,Integer> |
Vendor_.id |
static SingularAttribute<Vendor,String> |
Vendor_.name |
static SingularAttribute<Product,Vendor> |
Product_.vendor |
| Modifier and Type | Method and Description |
|---|---|
Vendor |
Product.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setVendor(Vendor vendor) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.