Class QAEventRestRepository

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

@Component("integration.qualityassuranceevents") public class QAEventRestRepository extends DSpaceRestRepository<QAEventRest,String>
Rest repository that handle QA events.
Author:
Andrea Bollini (andrea.bollini at 4science.it)