Creating Specification<> instances for Spring Data JPA with Spring MVC
24-Sep-14One common requirement in web applications is to be able to filter a given set of data through request parameters. One way to do this is fetch everything from the server and filter it on the client. Me, i’m more of a server guy and i tend to do this inside a database. Many projects […]