Class EPersonRestRepository

All Implemented Interfaces:
ReloadableEntityObjectRepository<EPerson,UUID>, Aware, BeanNameAware, InitializingBean, org.springframework.data.repository.CrudRepository<EPersonRest,UUID>, org.springframework.data.repository.PagingAndSortingRepository<EPersonRest,UUID>, org.springframework.data.repository.Repository<EPersonRest,UUID>

@Component("eperson.epersons") public class EPersonRestRepository extends DSpaceObjectRestRepository<EPerson,EPersonRest> implements InitializingBean
This is the repository responsible to manage EPerson Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)