There are two classes.
Order
@OneToMany(mappedBy="order") @Getter List orderItems = new ArrayList<>();