Custom queries with JPA Spacification
JPA Specification is a feature provided by Spring Data JPA to build dynamic and type-safe queries using Criteria API without wirting hardcoded SQL or JPQL.
Basically it allows you to dynamically filer data based on conditions which is useful for API’...
springbootintro.hashnode.dev2 min read