Class FeedbackRestRepository

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

@Component("tools.feedbacks") public class FeedbackRestRepository extends DSpaceRestRepository<FeedbackRest,Integer>
This is the Repository that takes care of the operations on the FeedbackRest objects
Author:
Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)