Examples of Spring Data JPA and wild card queries using LIKE, Starts With, Ends With, Contains, and Not Like.
Spring Data Tutorials
Spring Data is a framework for accessing data persistence layer through a unified interface.
Hands-on Spring Data JPA
This is your guide to get Hands-on Spring Data JPA. It gives an Introduction to Spring Data JPA and provides easy code examples
What is JPA, Spring Data and Spring Data JPA
Learn What is JPA, Spring Data and Spring Data JPA. Read it to understand each of them and how do they work together.
Spring Boot Multiple MongoTemplates
Spring Boot Multiple Mongo Templates describes way to inject multiple MongoTemplates using Spring Boot Auto Configuration
Pagination and Sorting with Spring Data JPA
Learn Spring Data JPA pagination and sorting techniques. Write PagingAndSortingRepository and learn the difference between Slice and Page.
Spring Data JPA – Query Methods
Learn Spring Data JPA Query Methods, CrudRepository, PagingAndSortingRepository, query methods, and @Query with examples.