Class CommunityRestRepository

  • All Implemented Interfaces:
    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)