Class OrcidHistoryRestRepository

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

    @Component("eperson.orcidhistory")
    @ConditionalOnProperty("orcid.synchronization-enabled")
    public class OrcidHistoryRestRepository
    extends DSpaceRestRepository<OrcidHistoryRest,​Integer>
    This is the repository responsible of exposing OrcidHistory resources.
    Author:
    Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)