Should be named IProfilePictureRepository (since that follows the naming conventions for interfaces). It will need the Repository annotation denoting that it is a Spring Repository. It will also extend Spring's PagingAndSortingRepository interface
It should have the following method:
Should be named IProfilePictureRepository (since that follows the naming conventions for interfaces). It will need the Repository annotation denoting that it is a Spring Repository. It will also extend Spring's PagingAndSortingRepository interface
It should have the following method: