Setup |
Article |
Database and Hibernate Setup |
Follow the instructions to setup a local database and enable the Hibernate ORM framework for your cheese-mvc project. |
Watch |
Lesson |
Intro to Object-Relational Mapping |
Review relational data and object-relational mapping |
Watch / Code Along |
Video |
Intro to Spring Boot: Persisting Objects with JPA |
Learn how to store objects in a MySQL database in Spring Boot using JPA and Hibernate. |
Read |
Cheatsheet |
Spring Boot Persistence |
Review this cheatsheet on annotating persistent classes |
Watch / Code Along |
Video |
Intro to Spring Boot: Persisting One-to-Many Relationships |
Learn how to work with relationships between objects when using ORM. |