Class StatisticsRestRepository

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

@Component("statistics.usagereport") public class StatisticsRestRepository extends DSpaceRestRepository<UsageReportRest,String>
  • Constructor Details

    • StatisticsRestRepository

      public StatisticsRestRepository()
  • Method Details