| layout | page |
|---|---|
| title | 401.12 Reading Notes |
| permalink | /401-R12/ |
-
Spring Data JPA (Java Persistence API) is an implementation tool for automating much of the coding required for data layers.
-
Shortcuts that imply code include:
- Annotations
- Naming conventions (for example, may imply query methods)
-
JPA Repository is one of multiple interfaces for Spring to add functionality related to persisting data.
-
Using the
interfaceandextends JpaRepositorysyntax, a repository may be implemented based upon the class name assigned