Class CommunityRestRepository

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

@Component("core.communities") 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)