Class BrowseIndexRestRepository

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

@Component("discover.browses") public class BrowseIndexRestRepository extends DSpaceRestRepository<BrowseIndexRest,String>
This is the repository responsible to Browse Index Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)