Class OrcidHistoryRestRepository

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

@Component("eperson.orcidhistories") @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)