Skip to content

Milestone 3: Data Persistence (Spring Data JPA)

๐ŸŸจ Milestone 3: Data Persistence (Spring Data JPA)

Welcome to the data layer. Here, we learn how to make our data โ€œPersistentโ€โ€”meaning it stays safe in a database even when the power goes out.

๐Ÿ“š Slow-Paced Deep Dives

๐Ÿฅ… Milestone Goals

  1. Map a C# class to a real SQL database table.
  2. Perform CRUD (Create, Read, Update, Delete) operations using Repositories.
  3. Design a Relational Schema between two different Entities.
  4. Understand Lazy Loading to keep your app fast.

Riverside. Riverside.