Class BrowseIndexRestRepository

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

@Component("discover.browse") 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)