Class FeedbackRestRepository

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

    @Component("tools.feedback")
    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)