c3939b1850
* [JAVA-32833] * [JAVA-32833] Fixed configuration |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Spring Data JPA Articles that are also part of the e-book
This module contains articles about Spring Data JPA that are also part of an Ebook.
NOTE:
Since this is a module tied to an e-book, it should not be moved or used to store the code for any further article.
Relevant Articles
- Introduction to Spring Data JPA
- Customizing the Result of JPA Queries with Aggregation Functions
- CrudRepository, JpaRepository, and PagingAndSortingRepository in Spring Data
- New CRUD Repository Interfaces in Spring Data 3
- Derived Query Methods in Spring Data JPA Repositories
- Spring Data JPA @Query
- Spring Data JPA Projections
- Spring Data JPA @Modifying Annotation
- Generate Database Schema with Spring Data JPA
- Pagination and Sorting using Spring Data JPA