Spring Data JPA Specification in a Nutshell
What is specification?
It is part of spring data jpa (built on top of the jpa criteria api).
Think of it as a filter object that you can chain together.
Instead of hardcoding queries, you build them programmatically at runtime.
Each specification ...
miladsade96.hashnode.dev4 min read