Class QASourceRestRepository

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

@Component("integration.qualityassurancesources") public class QASourceRestRepository extends DSpaceRestRepository<QASourceRest,String>
Rest repository that handle QA sources.
Author:
Luca Giamminonni (luca.giamminonni at 4science.it)