Skip to content

Educational exercise from Wild Code School about one-to-many associations with Spring Data JPA Hibernate.

Notifications You must be signed in to change notification settings

0reldev/quest-spring-jpa-onetomany

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quest "Spring Data JPA 2: One-to-Many"

Educational exercise from Wild Code School

This quest teaches how to create One-To-Many and Many-to-One associations in a databse with Spring Data JPA Hibernate.

A simple database of characters and schools from the Harry Potter's univers is imported.

The purpose is to make connections with the @OneToMany and @ManyToOne Spring annotations between the Wizard and School entities. A wizard will then be able to register to one school with the HTML forms.

screen capture

screen capture

About

Educational exercise from Wild Code School about one-to-many associations with Spring Data JPA Hibernate.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 67.3%
  • HTML 32.7%