Working with Spring Data JPA: Custom Queries

placeholder

“Through this course explore how to map your own SQL queries to methods in a CrudRepository and leave the implementation of running the queries and processing the results to the Spring Framework.

You ll investigate the use of @Query annotation to map simple select queries to methods in a CrudRepository and learn how the rest of the workaround connections query executions and processing of results is handled by Spring. This course will also help you discover named queries and how to add complexity to your query by substituting parameters that can be supplied when calling your methods.

Once you are finished with this course you ll have the skills to build efficient robust and easy-to-mAIntAIn applications by reducing the amount of boiler-plate code required.”