Repositories with Spring Data

Asking for data without writing the SQL yourself.

  • 6 cards
  • 4 questions
  • About 6 min
  • Difficulty
Share

Most of the SQL an application needs is the same handful of shapes over and over, and Spring Data exists to stop you writing them by hand. This topic is the repository interfaces, deriving a query from a method's own name, and the one case — a join, something a name can't spell out — where you still write the query yourself.

Contents

6 cardsnot started