Class CollectionRestRepository

All Implemented Interfaces:
ReloadableEntityObjectRepository<Collection,UUID>, Aware, BeanNameAware, org.springframework.data.repository.CrudRepository<CollectionRest,UUID>, org.springframework.data.repository.PagingAndSortingRepository<CollectionRest,UUID>, org.springframework.data.repository.Repository<CollectionRest,UUID>

@Component("core.collections") public class CollectionRestRepository extends DSpaceObjectRestRepository<Collection,CollectionRest>
This is the repository responsible to manage Item Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)