Spring Boot Data JPA, Entity Mappings

JpaRepository, CrudRepository, Entity Relationships, REST API, JSON data

Spring Boot Data JPA, Entity Mappings
Spring Boot Data JPA, Entity Mappings

Spring Boot Data JPA, Entity Mappings free download

JpaRepository, CrudRepository, Entity Relationships, REST API, JSON data

This course covers below Topics

  1. How to connect Spring Boot Application to MySQL database using Spring Boot JPA

  2. How Spring Boot JPA is useful to interact with Database, using few lines of source code

  3. How to use CrudRepository, JpaRepository

  4. Different Entity Mappings, with different Loading strategies

  5. Exposing REST API end points(using JSON data) interacting with Service Layer, which further interacts with Repository to interact with underlying database

  6. Difference between CrudRepository, JpaRepository and PagingAndSortingRepository

  7. Custom Queries using Custom repository methods

  8. Custom JPQL Queries/ Native Queries

  9. Pagination and Sorting Queries

  10. java.time.LocalDate & LocaldateTime fields in Entity class

  11. java.util.Date fields in Entity class

  12. Validation of Entity class fields

Though the Course Video length is of 4 hours 2 minutes, the Source code projects provided with each Topic, has huge value add, and facilitates the Leaner with much more information.

Below Topics to be added shortly.

  1. static, final, transient, @Transient fields in Entity class

  2. Inheritance between Entity classes

  3. Using H2 Database with Spring Boot JPA

  4. Using PostGre SQL with Spring Boot JPA

  5. interacting with MongoDB using MongoTemplate or MongoRepository

  6. Project and Quiz