|
via Udemy |
Go to Course: https://www.udemy.com/course/spring-boot-data-jpa-entity-mappingsfree/
This course covers below TopicsHow to connect Spring Boot Application to MySQL database using Spring Boot JPAHow Spring Boot JPA is useful to interact with Database, using few lines of source codeHow to use CrudRepository, JpaRepositoryDifferent Entity Mappings, with different Loading strategiesExposing REST API end points(using JSON data) interacting with Service Layer, which further interacts with Repository to interact with underlying databaseDifference between CrudRepository, JpaRepository and PagingAndSortingRepositoryCustom Queries using Custom repository methodsCustom JPQL Queries/ Native QueriesPagination and Sorting Queriesjava.time.LocalDate & LocaldateTime fields in Entity classjava.util.Date fields in Entity classValidation of Entity class fieldsThough 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.static, final, transient, @Transient fields in Entity classInheritance between Entity classesUsing H2 Database with Spring Boot JPAUsing PostGre SQL with Spring Boot JPAinteracting with MongoDB using MongoTemplate or MongoRepositoryProject and Quiz