KK JavaTutorials Spring Data JPA Playlist
I continue to look at various JPA tutorials. This play list by KK JavaTutorials covers a lot that is not covered in other videos. There are lots of examples and references to the office documentation. Production quality is uneven. The content however is much more detailed than the other videos I have looked at.
Other videos in the list:
- 19. Some more details on spring Boot Data JPA Repositories
- 20. Spring Boot Data JPA CrudRepository example_PART1
- 21. Spring Boot Data JPA CrudRepository example_PART2
- 22. Spring Boot Data JPA CrudRepository example_PART3
- 23. Spring Boot Data JPA Query methods concept
- 24. Query methods in Spring Data JPA Example
- 25. Some more details on Query methods in String Data JPA
- 26. @NamedQueries in Spring Data JPA Example | Spring Boot
- 27. @NamedNativeQueries in Spring Data JPA Example
- 28. @Query annotation in Spring data JPA with JPQL
- 29. @Query annotation in Spring data JPA with Native Query(SQL query)
- 30. Pagination and sorting in Spring data JPA
- 31. Async query result in Spring data JPA
- 32. @Query with Named Parameters JPQL
- 33. @Query with Declaring manipulating queries