In a one-to-many relationship,
a single object may be related to multiple objects.
For example, in an order processing application, an order can
have multiple line items, but a line item can belong to just one order.
In the abstract schema, the relationship between the
OrderEJB and a LineItem is one-to-many.