Package | Description |
---|---|
example.jpa.entity |
Modifier and Type | Method and Description |
---|---|
List<OrderLine> |
Order.getOrderItems() |
Modifier and Type | Method and Description |
---|---|
void |
Order.addOrderLine(OrderLine orderLine) |
Modifier and Type | Method and Description |
---|---|
void |
Order.setOrderItems(List<OrderLine> orderItems) |
Copyright © 2020. All rights reserved.