spring-data-jpa.md
July 15, 2021 · View on GitHub
Bookmarks tagged [spring-data-jpa]
www.codever.land/bookmarks/t/spring-data-jpa
Handling entities inheritance with Spring Data JPA – Netgloo Blog
https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/
- :calendar: published on: 2014-12-18
- tags: spring, spring-data-jpa, inheritance
Spring Data Repositories compared
https://www.baeldung.com/spring-data-repositories
Learn about the different flavours of repositories offered by Spring Data.
- tags: spring-data, spring-data-jpa
Getting Started - Accessing Data with JPA
https://spring.io/guides/gs/accessing-data-jpa/
This guide walks you through the process of building an application that uses Spring Data JPA to store and retrieve data in a relational database.
- tags: spring-data, spring-data-jpa
- :octocat: source code