Skip to content

Add Spring JPA example#23

Open
robjwilkins wants to merge 1 commit intomainfrom
add/spring_jpa
Open

Add Spring JPA example#23
robjwilkins wants to merge 1 commit intomainfrom
add/spring_jpa

Conversation

@robjwilkins
Copy link
Owner

Adds code to store and retrieve entities from a database using Spring JPA.

A BookRepository is added. Books and their authors are stored and retrieved using the repository. This provides an example of usage of a join table, OneToMany and OneToOne relationships in JPA so for creation and retrieval of entities.

@robjwilkins robjwilkins force-pushed the add/spring_jpa branch 3 times, most recently from d2f2149 to 56d134a Compare December 14, 2023 07:14
Adds code to store and retrieve entities from a database using Spring JPA.

A BookRepository is added. Books and their authors are stored and retrieved using
the repository. This provides an example of usage of a join table, OneToMany and
OneToOne relationships in JPA so for creation and retrieval of entities.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant