Even More Advanced Association Mapping
Part 1 Unary Associations
Unary association is a link between an object and another object of the same class




Part 2 Mapping Aggregation and Composition Associations
Composition
- when the parts cannot exist without the larger object
- must cascade update and delete operations
Aggregation
- when the parts can exist without the larger object
- must cascade update but not delete operations
One to One


One to Many

