| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.retail |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<Order,Integer> |
Order_.id |
static SingularAttribute<LineItem,Order> |
LineItem_.order |
static SingularAttribute<Order,Payment> |
Order_.payment |
static SingularAttribute<Order,SalesAssociate> |
Order_.salesAssociate |
static SingularAttribute<Order,Instant> |
Order_.transacted |
| Modifier and Type | Method and Description |
|---|---|
Order |
LineItem.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.setOrder(Order order) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.