Class SuggestionSourceRestRepository

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

@Component("integration.suggestionsources") public class SuggestionSourceRestRepository extends DSpaceRestRepository<SuggestionSourceRest,String>
This is the repository responsible to manage Suggestion Target Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)