sergiofgonzalez / grokking-spring-persistence

All things Spring Persistence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grokking Spring Persistence

Understanding persistence concepts with the Spring Boot framework

Part 01 — Representing Object Associations in the Database

Understanding the different ways in which you can represent the relationships between classes in a relational database

Part 02 — Using JPA for Modeling Entity Relationships

Annotating your classes to declare the persistence relationships in your domain model

About

All things Spring Persistence

License:MIT License


Languages

Language:Java 100.0%