Spring DATA REST documentation and a detailed guide to available resource endpoints, HTTP methods, profile and pagination
JPA Tutorials
The Java Persistence API provides an object/relational mapping facility for managing relational data in Java applications.
How to Hide Spring Data Repository Methods
Detailed guide on How to hide a specific Spring data repository query methods. Also covers an example of creating a read-only repository.
Convert Entity To DTO In Spring REST API
A tutorial on How to Entity to DTO Conversion and DTO to Entity Conversion in a Spring REST API manually as well as by using Model Mapper.
CRUD REST Service With Spring Boot, Hibernate, and JPA
Complete guide to write CRUD REST Service using Spring Boot, Hibernate & JPA. Build a service to perform GET, PUT, POST and DELTE on Database
Wildcard Queries with Spring Data JPA
Examples of Spring Data JPA and wild card queries using LIKE, Starts With, Ends With, Contains, and Not Like.
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