/spring-data-jpa

A project demonstrating the use of Spring Data JPA for database operations

Primary LanguageJava

spring-data-jpa

2

  • What is Spring Data JPA
  • Connect to a real database and not in memory DB
  • How to map classes to tables
  • Hibernate Entity Life Cycle
  • Queries
  • Paging and Sorting
  • 1 to 1 Relationships
  • 1 to Many Relationships
  • Many to Many relationships
  • Transactions