Class ConfigurationRestRepository

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.data.repository.CrudRepository<PropertyRest,String>, org.springframework.data.repository.PagingAndSortingRepository<PropertyRest,String>, org.springframework.data.repository.Repository<PropertyRest,String>

@Component("config.property") public class ConfigurationRestRepository extends DSpaceRestRepository<PropertyRest,String>
This is the repository responsible of exposing configuration properties
  • Constructor Details

    • ConfigurationRestRepository

      @Autowired public ConfigurationRestRepository(ConfigurationService configurationService)
  • Method Details