Class CommunityRestRepository

All Implemented Interfaces:
ReloadableEntityObjectRepository<Community,UUID>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.data.repository.CrudRepository<CommunityRest,UUID>, org.springframework.data.repository.PagingAndSortingRepository<CommunityRest,UUID>, org.springframework.data.repository.Repository<CommunityRest,UUID>

@Component("core.community") public class CommunityRestRepository extends DSpaceObjectRestRepository<Community,CommunityRest>
This is the repository responsible to manage Community Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)