Summary
Over the course of this chapter, we have learned a multitude of ways to fetch data using Spring Data JPA. We then hooked several variations of queries into some search boxes. We used Java 17 records to quickly assemble DTOs to ferry form requests into web methods and onto VideoService
.
We tried to assess when it makes sense to use various querying tactics.
In the next chapter, Securing an Application with Spring Boot, we’ll explore how to lock down our application and get it ready for production.