Class EPersonRestRepository

  • All Implemented Interfaces:
    ReloadableEntityObjectRepository<EPerson,​UUID>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.CrudRepository<EPersonRest,​UUID>, org.springframework.data.repository.PagingAndSortingRepository<EPersonRest,​UUID>, org.springframework.data.repository.Repository<EPersonRest,​UUID>

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