Class QATopicRestRepository

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

@Component("integration.qualityassurancetopics") public class QATopicRestRepository extends DSpaceRestRepository<QATopicRest,String>
Rest repository that handle QA topics.
Author:
Andrea Bollini (andrea.bollini at 4science.it)
  • Constructor Details

    • QATopicRestRepository

      public QATopicRestRepository()
  • Method Details