Class RequestItemRepository

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

@Component("tools.itemrequests") public class RequestItemRepository extends DSpaceRestRepository<RequestItemRest,String>
Component to expose item requests.
Author:
Mark H. Wood <mwood@iupui.edu>