Chapter 5. Working with Associations
In this chapter, we will cover the following recipes:
- One-to-one mapping using a foreign key association
- One-to-one mapping using a common join table
- One-to-one mapping using a common primary key
- One-to-many mapping or many-to-one mapping
- Many-to-many mapping