Post

Udemy Spring boot course: Section 7 Spring MVC CRUD

Git

Goals for this sectin

  • Create a web UI for the employee directory
  • Users should be able to
    • Get a list of employees
    • Add a new employee
    • Update an employee
    • Delete an employee

Defining Query creation from method names in Spring Data JPA

  • We know how to use the Spring Data JPA repository to have spring data jpa create all of the cool dao methods that we can use
  • There is a special way to name the methods when extending the JpaRepository interface
  • JPA Docs for query construction
This post is licensed under CC BY 4.0 by the author.