5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Javanista to Java Master     Javanista to Java Master Track 4: Spring Data
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.

Objectives

Working with Spring Data JPA: Derived Query Methods

  • discover the key concepts covered in this course
  • retrieve and read entities from a database table using a CrudRepository's findBy methods
  • recognize the exact syntax required to configure findBy methods in a CrudRepository
  • set up update and delete operations in a CrudRepository
  • implement derived query methods that operate on multiple parameters
  • identify the different ways to implement exact match lookups using derived query methods
  • search for entities based on patterns in a string property
  • search for entities based on ranges of values in numeric and date fields
  • summarize the key concepts covered in this course