Skip to content

Implement ProfilePictureRepository #30

@cspath1

Description

@cspath1

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:

  • findByUserId

Metadata

Metadata

Assignees

No one assigned

    Labels

    profile-pictureProfilePicture Entity-specific

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions