Class GroupRestRepository

  • All Implemented Interfaces:
    org.springframework.data.repository.CrudRepository<GroupRest,​UUID>, org.springframework.data.repository.PagingAndSortingRepository<GroupRest,​UUID>, org.springframework.data.repository.Repository<GroupRest,​UUID>

    @Component("eperson.group")
    public class GroupRestRepository
    extends DSpaceObjectRestRepository<Group,​GroupRest>
    This is the repository responsible to manage Group Rest object
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)