Class SubscriptionRestRepository

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

@Component("core.subscriptions") public class SubscriptionRestRepository extends DSpaceRestRepository<SubscriptionRest,Integer> implements InitializingBean
This is the repository responsible to manage SubscriptionRest object
Author:
Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)