Class ResearcherProfileRestRepository

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.data.repository.CrudRepository<ResearcherProfileRest,​UUID>, org.springframework.data.repository.PagingAndSortingRepository<ResearcherProfileRest,​UUID>, org.springframework.data.repository.Repository<ResearcherProfileRest,​UUID>

    @Component("eperson.profile")
    @ConditionalOnProperty("researcher-profile.entity-type")
    public class ResearcherProfileRestRepository
    extends DSpaceRestRepository<ResearcherProfileRest,​UUID>
    This is the repository responsible of exposing researcher profiles.
    Author:
    Luca Giamminonni (luca.giamminonni at 4science.it)