You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dennis edited this page May 17, 2018
·
2 revisions
Setup for a test environment
Customer 0..1 ------ 1 Address association, 1-to-1 Customer has one addres
Customer 1 ------ * Order association, 1-to-n Customer can have multiple orders
Order 1 <>---- * ProductOrder composition, 1-to-n Order has multiple ProductOrder, ProductOrder can only exist with an Order
ProductOrder * -----> 1 Product association, 1-to-n ProductOrder has one Product
Customer 1 ------ 1 WishList association, 1-to-1 Customer has a WishList
WishList * -----> * Product association, n-to-n WishList can contain many Products