Working with Spring Data JPA: Derived Query Methods
Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. In this course, you'll learn more about configuring derived query methods in Spring Data JPA using the CrudRepository.
Get hands-on experience using some of the methods of a CrudRepository, which are automatically implemented by the Spring Framework to retrieve entities from a database table and load them into Java objects. You will also examine how to configure new query methods, search for entities based on their properties, and implement create, read, update, and delete (CRUD) operations.
After you are done with this course, you'll be able to efficiently work with persisted data in Spring Data JPA.