I am currently Using Spring JPA and utilizing the Sorting and Pagination as described here -
How to query data via Spring data JPA by sort and pageable both out of box?
Now my question is how do I apply a 'where' clause to this?
E.g.
where PRODUCT_NAME='abc';