Class GroupRestRepository

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

@Component("eperson.groups") 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)