Class SuggestionRestRepository

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

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